recipes: fix biweekly

This commit is contained in:
Tomasz Długosz 2016-10-10 23:15:30 +02:00
parent c4b36e8ecb
commit 53d1ebb3b8

View File

@ -30,7 +30,7 @@ class biweekly(BasicNewsRecipe):
browser.open('http://www.biweekly.pl/')
# find the link
epublink = browser.find_link(text_regex=re.compile('ePUB VERSION'))
epublink = browser.find_link(text_regex=re.compile('EPUB'))
# download ebook
self.report_progress(0, _('Downloading ePUB'))