From f30be27ccfc054effacd96455757ff66da672a6a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 4 Dec 2011 16:26:22 +0530 Subject: [PATCH] Fix #899839 (News "Die Zeit (subscription only" doesn't work (patch applied)) --- 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 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'))