This commit is contained in:
Kovid Goyal 2022-07-18 18:54:11 +05:30
parent 5c1b2cdb46
commit 78be572ce0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -25,7 +25,7 @@ class LeMonde(BasicNewsRecipe):
publisher = 'Société Editrice du Monde' publisher = 'Société Editrice du Monde'
publication_type = 'newspaper' publication_type = 'newspaper'
needs_subscription = 'optional' needs_subscription = 'optional'
language = 'en_FR' language = 'en'
oldest_article = 2 oldest_article = 2
max_articles_per_feed = 15 max_articles_per_feed = 15