recipes: fix dwutygodnik

This commit is contained in:
Tomasz Długosz 2016-10-10 23:12:40 +02:00
parent 17e4ba9376
commit c4b36e8ecb

View File

@ -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'))