From 95ef5a8eb4a6cc475326a8ebcd57a2ae8cc9584d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 20 Mar 2013 14:47:42 +0530 Subject: [PATCH] Update kath.net --- recipes/kath_net.recipe | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/kath_net.recipe b/recipes/kath_net.recipe index d6155270c0..9a21b18a7e 100644 --- a/recipes/kath_net.recipe +++ b/recipes/kath_net.recipe @@ -11,12 +11,10 @@ class AdvancedUserRecipe1295262156(BasicNewsRecipe): auto_cleanup = True encoding='iso-8859-1' - feeds = [(u'kath.net', u'http://www.kath.net/2005/xml/index.xml')] - def print_version(self, url): - return url+"&print=yes" + return url+"/print/yes" extra_css = 'td.textb {font-size: medium;}'