diff --git a/recipes/kath_net.recipe b/recipes/kath_net.recipe index 95f5d37a83..5ce43ac4f8 100644 --- a/recipes/kath_net.recipe +++ b/recipes/kath_net.recipe @@ -15,6 +15,6 @@ class AdvancedUserRecipe1295262156(BasicNewsRecipe): 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;}'