From 8c5195cbcc4c5e20ae31664975e233cec29a24a8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 4 Oct 2011 10:07:26 -0600 Subject: [PATCH] Fix #865452 (Houston Chronicle news misses last section's stories) --- recipes/houston_chronicle.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/houston_chronicle.recipe b/recipes/houston_chronicle.recipe index 8d231dac16..b8171467ec 100644 --- a/recipes/houston_chronicle.recipe +++ b/recipes/houston_chronicle.recipe @@ -18,6 +18,7 @@ class HoustonChronicle(BasicNewsRecipe): keep_only_tags = {'class':lambda x: x and ('hst-articletitle' in x or 'hst-articletext' in x or 'hst-galleryitem' in x)} + remove_attributes = ['xmlns'] feeds = [ ('News', "http://www.chron.com/rss/feed/News-270.php"),