Merge branch 'alistair/conversation' of https://github.com/alistair23/calibre

This commit is contained in:
Kovid Goyal 2021-03-07 09:24:06 +05:30
commit ca9db62ead
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -5,7 +5,7 @@ class TheConversation(BasicNewsRecipe):
title = u'The Conversation' title = u'The Conversation'
language = 'en' language = 'en'
__author__ = 'Krittika Goyal' __author__ = 'Krittika Goyal'
oldest_article = 2 # days oldest_article = 4 # days
max_articles_per_feed = 20 max_articles_per_feed = 20
use_embedded_content = False use_embedded_content = False