From 5f2e4a1f3f0a7c596cf0db87dfcebdc7b274e7f6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 17 Jan 2011 10:34:38 -0700 Subject: [PATCH] kath.net bu Bobus --- resources/recipes/kath_net.recipe | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 resources/recipes/kath_net.recipe diff --git a/resources/recipes/kath_net.recipe b/resources/recipes/kath_net.recipe new file mode 100644 index 0000000000..7c469adbe8 --- /dev/null +++ b/resources/recipes/kath_net.recipe @@ -0,0 +1,16 @@ +from calibre.web.feeds.news import BasicNewsRecipe + +class AdvancedUserRecipe1295262156(BasicNewsRecipe): + title = u'kath.net' + __author__ = 'Bobus' + oldest_article = 7 + max_articles_per_feed = 100 + + feeds = [(u'kath.net', u'http://www.kath.net/2005/xml/index.xml')] + + + def print_version(self, url): + return url+"&print=yes" + + extra_css = 'td.textb {font-size: medium;}' +