Fix #865452 (Houston Chronicle news misses last section's stories)

This commit is contained in:
Kovid Goyal 2011-10-04 10:07:26 -06:00
parent a7beccd294
commit 8c5195cbcc

View File

@ -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"),