This commit is contained in:
unkn0w7n 2023-08-22 12:39:46 +05:30
parent 118ab2d2e4
commit fe318e4678

View File

@ -44,6 +44,7 @@ class firstpost(BasicNewsRecipe):
# 'photos', 'entertainment', 'living', 'education', 'sports', 'firstcricket',
]
if not google_feeds:
oldest_article = 1.2 # days
for sec in sections:
a = 'https://www.firstpost.com/rss/{}.xml'
feeds.append((sec.capitalize(), a.format(sec)))