mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 08:15:41 +01:00
...
This commit is contained in:
parent
cbbac1be62
commit
3aed3daaa2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue