diff --git a/recipes/zeitde_sub.recipe b/recipes/zeitde_sub.recipe index 583e86e7ac..dfa52e8504 100644 --- a/recipes/zeitde_sub.recipe +++ b/recipes/zeitde_sub.recipe @@ -131,7 +131,7 @@ class ZeitEPUBAbo(BasicNewsRecipe): browser.form['pass']=self.password browser.submit() # now find the correct file, we will still use the ePub file - epublink = browser.find_link(text_regex=re.compile('.*Ausgabe als Datei im ePub-Format.*')) + epublink = browser.find_link(text_regex=re.compile('.*Download als Datei im ePub-Format für eReader.*')) response = browser.follow_link(epublink) self.report_progress(1,_('next step'))