Increase number of articles from 25 to 50

This commit is contained in:
jamierc 2021-02-04 17:31:56 +11:00 committed by GitHub
parent d8ee06460b
commit e6f1eb03ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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