Update Die Zeit

This commit is contained in:
Kovid Goyal 2017-05-03 19:51:48 +05:30
parent 7606ef8be4
commit 40205f8fe5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -197,7 +197,7 @@ class ZeitEPUBAbo(BasicNewsRecipe):
browser.follow_link(latestlink) browser.follow_link(latestlink)
# 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( 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) response = browser.follow_link(epublink)
self.report_progress(1, _('next step')) self.report_progress(1, _('next step'))