Fix #1881518 [[Enhancement] The news download list contains two German](https://bugs.launchpad.net/calibre/+bug/1881518)

This commit is contained in:
Kovid Goyal 2020-06-01 19:01:36 +05:30
parent 4b159dc9ef
commit f2c96802a3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ class AdvancedUserRecipe1303841067(BasicNewsRecipe):
no_stylesheets = True
remove_javascript = True
remove_empty_feeds = True
language = 'de_DE'
language = 'de'
extra_css = '''
h1 {font-size: 1.6em; text-align: left}

View File

@ -32,7 +32,7 @@ class WirtschaftsWocheOnline(BasicNewsRecipe):
remove_javascript = True
remove_empty_feeds = True
timefmt = ' [%a, %d %b %Y]'
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'