add two feeds and delete empty space

Changes to be committed:
	modified:   salzburger_nachrichten.recipe
This commit is contained in:
ilker m. sitki 2024-09-04 11:21:40 +02:00
parent bdee5d1f7c
commit 21bebd621d

View File

@ -8,7 +8,7 @@ class SalzburgerNachrichten(BasicNewsRecipe):
max_articles_per_feed = 10
remove_javascript = True
no_stylesheets = True
auto_cleanup = True
auto_cleanup = True
remove_empty_feeds = True
feeds = [
@ -31,4 +31,6 @@ class SalzburgerNachrichten(BasicNewsRecipe):
('Chronik International', 'https://www.sn.at/panorama/international/xml/rss'),
('Medien', 'https://www.sn.at/panorama/medien/xml/rss'),
('Briefe an die SN', 'https://www.sn.at/leserforum/xml/rss'),
('Veranstaltungen', 'https://www.sn.at/veranstaltungen/xml/rss'),
('Klimawandel', 'https://www.sn.at/panorama/klimawandel/xml/rss')
]