mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
118ab2d2e4
commit
fe318e4678
@ -44,6 +44,7 @@ class firstpost(BasicNewsRecipe):
|
|||||||
# 'photos', 'entertainment', 'living', 'education', 'sports', 'firstcricket',
|
# 'photos', 'entertainment', 'living', 'education', 'sports', 'firstcricket',
|
||||||
]
|
]
|
||||||
if not google_feeds:
|
if not google_feeds:
|
||||||
|
oldest_article = 1.2 # days
|
||||||
for sec in sections:
|
for sec in sections:
|
||||||
a = 'https://www.firstpost.com/rss/{}.xml'
|
a = 'https://www.firstpost.com/rss/{}.xml'
|
||||||
feeds.append((sec.capitalize(), a.format(sec)))
|
feeds.append((sec.capitalize(), a.format(sec)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user