From a562c1f637cf2756fa8336860543a15951f4fbc0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 13 Jul 2023 07:54:45 +0530 Subject: [PATCH] Couple of german tagged recipes --- recipes/ukrinform_de.recipe | 2 +- recipes/wirtscafts_woche.recipe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/ukrinform_de.recipe b/recipes/ukrinform_de.recipe index 3fb0037043..2a63be9eb9 100644 --- a/recipes/ukrinform_de.recipe +++ b/recipes/ukrinform_de.recipe @@ -11,7 +11,7 @@ class UkrInform(BasicNewsRecipe): publisher = 'Ministerium f\u00FCr Kultur und Informationspolitik der Ukraine' category = 'newspaper' 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 remove_javascript = False auto_cleanup = False diff --git a/recipes/wirtscafts_woche.recipe b/recipes/wirtscafts_woche.recipe index 788e4cbfe6..4d89e2dd0b 100644 --- a/recipes/wirtscafts_woche.recipe +++ b/recipes/wirtscafts_woche.recipe @@ -29,7 +29,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://www.ikiosk.de/shop/epaper/wirtschaftswoche.html' masthead_url = 'http://www.wiwo.de/images/wiwo_logo/5748610/1-formatOriginal.png'