mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -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/')
|
||||
|
||||
# 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…
x
Reference in New Issue
Block a user