From 65ffc457b44cdb63f64e1f9cf0b7c4c4f1c00ab8 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Sat, 6 Mar 2021 20:26:49 -0500 Subject: [PATCH] recipes: Increase the conversation articles date Signed-off-by: Alistair Francis --- recipes/the_conversation.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/the_conversation.recipe b/recipes/the_conversation.recipe index 93cd586ded..4abe7a218b 100644 --- a/recipes/the_conversation.recipe +++ b/recipes/the_conversation.recipe @@ -5,7 +5,7 @@ class Politics(BasicNewsRecipe): title = u'The Conversation' language = 'en' __author__ = 'Krittika Goyal' - oldest_article = 2 # days + oldest_article = 4 # days max_articles_per_feed = 20 use_embedded_content = False