Fix #899839 (News "Die Zeit (subscription only" doesn't work (patch applied))

This commit is contained in:
Kovid Goyal 2011-12-04 16:26:22 +05:30
parent 6f446d11cf
commit f30be27ccf

View File

@ -131,7 +131,7 @@ class ZeitEPUBAbo(BasicNewsRecipe):
browser.form['pass']=self.password browser.form['pass']=self.password
browser.submit() browser.submit()
# now find the correct file, we will still use the ePub file # 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) response = browser.follow_link(epublink)
self.report_progress(1,_('next step')) self.report_progress(1,_('next step'))