From 3aed3daaa28ba740f9b08925850600090eee3dd0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 8 Mar 2022 11:35:50 +0530 Subject: [PATCH] ... --- recipes/open_magazine.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/open_magazine.recipe b/recipes/open_magazine.recipe index a406ede678..3fa0f4467b 100644 --- a/recipes/open_magazine.recipe +++ b/recipes/open_magazine.recipe @@ -9,7 +9,7 @@ class OpenMagazine(BasicNewsRecipe): language = 'en_IN' __author__ = 'unkn0wn' oldest_article = 7 # days - max_articles_per_feed = 1 + max_articles_per_feed = 50 encoding = 'utf-8' use_embedded_content = False no_stylesheets = True