From f9158553ad9662fb565d06f76b4b5802311f5193 Mon Sep 17 00:00:00 2001
From: cmdln
Date: Sat, 6 Nov 2010 15:41:26 -0400
Subject: [PATCH] Final tweaks for multiple cast support.
---
append.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/append.py b/append.py
index faed2af..314dea0 100755
--- a/append.py
+++ b/append.py
@@ -192,7 +192,7 @@ def __description(config, content):
description = re.sub('\n', '', description)
description = re.sub(re.compile('License.
.*$', re.M | re.S), 'License.', description)
description = re.sub('\n', '\n\n', description)
- return re.sub('View the More news, commentary, and alternate feeds available at http://thecommandline.net/. View the %(info_lede)s' % config, '%(more_info)s %(info_lede)s' % config, description)
def __enclosure(config, enclosures, base_url, suffix):