mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #865452 (Houston Chronicle news misses last section's stories)
This commit is contained in:
parent
a7beccd294
commit
8c5195cbcc
@ -18,6 +18,7 @@ class HoustonChronicle(BasicNewsRecipe):
|
|||||||
|
|
||||||
keep_only_tags = {'class':lambda x: x and ('hst-articletitle' in x or
|
keep_only_tags = {'class':lambda x: x and ('hst-articletitle' in x or
|
||||||
'hst-articletext' in x or 'hst-galleryitem' in x)}
|
'hst-articletext' in x or 'hst-galleryitem' in x)}
|
||||||
|
remove_attributes = ['xmlns']
|
||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
('News', "http://www.chron.com/rss/feed/News-270.php"),
|
('News', "http://www.chron.com/rss/feed/News-270.php"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user