mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Die Zeit
This commit is contained in:
parent
7606ef8be4
commit
40205f8fe5
@ -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'))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user