diff --git a/recipes/biweekly.recipe b/recipes/biweekly.recipe index 8a9d280635..09b7af5bcd 100644 --- a/recipes/biweekly.recipe +++ b/recipes/biweekly.recipe @@ -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'))