mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 04:55:57 +01:00
Merge branch 'patch-5' of https://github.com/jamierc/calibre
This commit is contained in:
commit
ac97fe16ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue