mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 14:15:53 +01:00
Fix #899839 (News "Die Zeit (subscription only" doesn't work (patch applied))
This commit is contained in:
parent
6f446d11cf
commit
f30be27ccf
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ def build_index(self):
|
|||
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'))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue