From b86ebc076faf96128eb06888baeff49160d68ace Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 22 Dec 2014 21:00:44 +0530 Subject: [PATCH] ... --- recipes/osel_cz.recipe | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes/osel_cz.recipe b/recipes/osel_cz.recipe index 50fdb21211..e42014099b 100644 --- a/recipes/osel_cz.recipe +++ b/recipes/osel_cz.recipe @@ -5,19 +5,20 @@ from calibre.web.feeds.news import BasicNewsRecipe class OselCZ(BasicNewsRecipe): title = 'OSEL.cz' + __author__ = 'spacekpe' oldest_article = 100 max_articles_per_feed = 100 auto_cleanup = True recursions = 1 - language = 'cze' + language = 'cs' feeds = [ ('OSEL.cz', 'http://www.osel.cz/rss/rss.php'), ] - + def print_version(self, url): return url.replace('http://www.osel.cz/index.php?clanek=', 'http://www.osel.cz/tisk.php?clanek=') - + def get_cover_url(self): return 'http://www.osel.cz/themes/default/logo_osel.gif'