mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
recipes: fix dwutygodnik
This commit is contained in:
parent
17e4ba9376
commit
c4b36e8ecb
@ -32,7 +32,7 @@ class dwutygodnik(BasicNewsRecipe):
|
|||||||
browser.open('http://www.dwutygodnik.com/')
|
browser.open('http://www.dwutygodnik.com/')
|
||||||
|
|
||||||
# find the link
|
# 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
|
# download ebook
|
||||||
self.report_progress(0, _('Downloading ePUB'))
|
self.report_progress(0, _('Downloading ePUB'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user