mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 00:43:16 +02:00
recipes: fix dwutygodnik
This commit is contained in:
parent
17e4ba9376
commit
c4b36e8ecb
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ def build_index(self):
|
|||
browser.open('http://www.dwutygodnik.com/')
|
||||
|
||||
# find the link
|
||||
epublink = browser.find_link(text_regex=re.compile('Wersja ePub'))
|
||||
epublink = browser.find_link(text_regex=re.compile('Wydanie EPUB'))
|
||||
|
||||
# download ebook
|
||||
self.report_progress(0, _('Downloading ePUB'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue