mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
recipes: fix biweekly
This commit is contained in:
parent
c4b36e8ecb
commit
53d1ebb3b8
@ -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'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user