From fe318e4678e316fa8202c814c093478302a160fb Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Tue, 22 Aug 2023 12:39:46 +0530 Subject: [PATCH] ... --- recipes/firstpost.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/firstpost.recipe b/recipes/firstpost.recipe index ef42c90e89..f81a19cb44 100644 --- a/recipes/firstpost.recipe +++ b/recipes/firstpost.recipe @@ -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)))