mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
add two feeds and delete empty space
Changes to be committed: modified: salzburger_nachrichten.recipe
This commit is contained in:
parent
bdee5d1f7c
commit
21bebd621d
@ -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')
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user