mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Set oldest_article
to 7 instead of 30
This commit is contained in:
parent
b78ebe5fbc
commit
5640d0b343
@ -12,7 +12,7 @@ class Nzz(BasicNewsRecipe):
|
||||
description = 'Neue Zürcher Zeitung'
|
||||
publisher = 'Neue Zürcher Zeitung'
|
||||
category = 'news, politics'
|
||||
oldest_article = 30
|
||||
oldest_article = 7
|
||||
max_articles_per_feed = 15
|
||||
language = 'de'
|
||||
no_stylesheets = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user