From 40205f8fe5082cd963495eb87481fb9d078d331a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 3 May 2017 19:51:48 +0530 Subject: [PATCH] Update Die Zeit --- recipes/zeitde_sub.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/zeitde_sub.recipe b/recipes/zeitde_sub.recipe index a65a77640d..48e49dcea8 100644 --- a/recipes/zeitde_sub.recipe +++ b/recipes/zeitde_sub.recipe @@ -197,7 +197,7 @@ class ZeitEPUBAbo(BasicNewsRecipe): browser.follow_link(latestlink) # now find the correct file, we will still use the ePub file epublink = browser.find_link(text_regex=re.compile( - '.*EPUB F\xdcR E-READER LADEN.*')) + '.*EPUB FÜR E-READER LADEN.*')) response = browser.follow_link(epublink) self.report_progress(1, _('next step'))