This commit is contained in:
Kovid Goyal 2023-08-22 12:54:15 +05:30
commit a5ab50e1d8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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