aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-07-25 12:44:46 +0200
committerMattias Andrée <maandree@operamail.com>2013-07-25 12:44:46 +0200
commitb6517732b2a2b8c9f63bd72c8fee6b3bf0c76733 (patch)
tree29fb632498da155926ccd9baf578aa61e8a6b1ad
parentparse rss date (diff)
downloadpytagomacs-b6517732b2a2b8c9f63bd72c8fee6b3bf0c76733.tar.gz
pytagomacs-b6517732b2a2b8c9f63bd72c8fee6b3bf0c76733.tar.bz2
pytagomacs-b6517732b2a2b8c9f63bd72c8fee6b3bf0c76733.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rwxr-xr-xsrc/featherweight.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/featherweight.py b/src/featherweight.py
index f60bcf2..08474a0 100755
--- a/src/featherweight.py
+++ b/src/featherweight.py
@@ -160,6 +160,7 @@ def start_element(name, attributes):
def end_element(name):
global is_rss, feeds, root, item, text, is_atom, attrs
+ name = name.lower()
if (root is not None) and is_rss:
if item is not None:
if name == 'item':