From 78822589d898e3ad32077e733b4da43a2543f546 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 10 Sep 2021 16:51:47 +0530 Subject: [PATCH] ... --- recipes/the_week.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/the_week.recipe b/recipes/the_week.recipe index 2a2d1916d7..92637043d2 100644 --- a/recipes/the_week.recipe +++ b/recipes/the_week.recipe @@ -15,7 +15,7 @@ class TheWeek(BasicNewsRecipe): language = 'en_IN' __author__ = 'Kovid Goyal' encoding = 'utf-8' - oldest_article = 15 # days + oldest_article = 8 # days max_articles_per_feed = 25 no_stylesheets = True use_embedded_content = True