From 53d1ebb3b894896782ae130447b4f5582dcb3543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82ugosz?= Date: Mon, 10 Oct 2016 23:15:30 +0200 Subject: [PATCH] recipes: fix biweekly --- recipes/biweekly.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))