Couple of german tagged recipes

This commit is contained in:
Kovid Goyal 2023-07-13 07:54:45 +05:30
parent f1ee07e199
commit a562c1f637
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 UkrInform(BasicNewsRecipe):
publisher = 'Ministerium f\u00FCr Kultur und Informationspolitik der Ukraine' publisher = 'Ministerium f\u00FCr Kultur und Informationspolitik der Ukraine'
category = 'newspaper' category = 'newspaper'
cover_url = u'https://static.ukrinform.com/photos/2022_05/thumb_files/630_360_1651819943-560.jpg' cover_url = u'https://static.ukrinform.com/photos/2022_05/thumb_files/630_360_1651819943-560.jpg'
language = 'de_UK' language = 'de'
no_stylesheets = True no_stylesheets = True
remove_javascript = False remove_javascript = False
auto_cleanup = False auto_cleanup = False

View File

@ -29,7 +29,7 @@ class WirtschaftsWocheOnline(BasicNewsRecipe):
remove_javascript = True remove_javascript = True
remove_empty_feeds = True remove_empty_feeds = True
timefmt = ' [%a, %d %b %Y]' timefmt = ' [%a, %d %b %Y]'
language = 'de_DE' language = 'de'
encoding = 'UTF-8' encoding = 'UTF-8'
cover_source = 'https://www.ikiosk.de/shop/epaper/wirtschaftswoche.html' cover_source = 'https://www.ikiosk.de/shop/epaper/wirtschaftswoche.html'
masthead_url = 'http://www.wiwo.de/images/wiwo_logo/5748610/1-formatOriginal.png' masthead_url = 'http://www.wiwo.de/images/wiwo_logo/5748610/1-formatOriginal.png'