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'))