Set oldest_article to 7 instead of 30

This commit is contained in:
Henrik Holm 2025-04-19 00:06:29 +02:00
parent b78ebe5fbc
commit 5640d0b343
No known key found for this signature in database

View File

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