From 042048e93ac2bca4914bd79ab159c776f09553b0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 10 Sep 2012 21:35:09 +0530 Subject: [PATCH] ... --- recipes/houston_chronicle.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/houston_chronicle.recipe b/recipes/houston_chronicle.recipe index 639d5c2042..ed430aa45a 100644 --- a/recipes/houston_chronicle.recipe +++ b/recipes/houston_chronicle.recipe @@ -15,11 +15,11 @@ class HoustonChronicle(BasicNewsRecipe): remove_attributes = ['style'] auto_cleanup = True - oldest_article = 2.0 + oldest_article = 3.0 #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'] + remove_attributes = ['xmlns'] feeds = [ ('News', "http://www.chron.com/rss/feed/News-270.php"), @@ -38,4 +38,4 @@ class HoustonChronicle(BasicNewsRecipe): ] - +