From e6f1eb03bacbe23ab7204cec137e11ac44ee6291 Mon Sep 17 00:00:00 2001 From: jamierc Date: Thu, 4 Feb 2021 17:31:56 +1100 Subject: [PATCH] Increase number of articles from 25 to 50 --- recipes/livemint.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/livemint.recipe b/recipes/livemint.recipe index d6eec2aeb1..20a2bd4d1f 100644 --- a/recipes/livemint.recipe +++ b/recipes/livemint.recipe @@ -6,7 +6,7 @@ class LiveMint(BasicNewsRecipe): language = 'en_IN' __author__ = 'Krittika Goyal' oldest_article = 1 # days - max_articles_per_feed = 25 + max_articles_per_feed = 50 use_embedded_content = False no_stylesheets = True