This commit is contained in:
Kovid Goyal 2022-03-08 11:35:50 +05:30
parent cbbac1be62
commit 3aed3daaa2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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