mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #899839 (News "Die Zeit (subscription only" doesn't work (patch applied))
This commit is contained in:
parent
6f446d11cf
commit
f30be27ccf
@ -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'))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user