mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Fix #1668021 [Fetch news sources have german listed twice](https://bugs.launchpad.net/calibre/+bug/1668021)
This commit is contained in:
parent
4ae11fa295
commit
1037ef7973
@ -16,7 +16,6 @@ class WirtschaftsWocheOnline(BasicNewsRecipe):
|
||||
publisher = 'Verlagsgruppe Handelsblatt GmbH / Redaktion WirtschaftsWoche Online'
|
||||
category = 'business, economy, news, Germany'
|
||||
publication_type = 'weekly magazine'
|
||||
language = 'de'
|
||||
oldest_article = 7
|
||||
max_articles_per_feed = 100
|
||||
simultaneous_downloads = 20
|
||||
@ -41,7 +40,7 @@ class WirtschaftsWocheOnline(BasicNewsRecipe):
|
||||
conversion_options = {'smarten_punctuation': True,
|
||||
'authors': publisher,
|
||||
'publisher': publisher}
|
||||
language = 'de_DE'
|
||||
language = 'de'
|
||||
encoding = 'UTF-8'
|
||||
cover_source = 'https://kaufhaus.handelsblatt.com/downloads/wirtschaftswoche-emagazin-p1952.html'
|
||||
masthead_url = 'http://www.wiwo.de/images/wiwo_logo/5748610/1-formatOriginal.png'
|
||||
|
Loading…
x
Reference in New Issue
Block a user