From b0de1b61ef2657302d82f5b2d7dfef1ecdacf21f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 11 Jan 2017 19:28:23 +0530 Subject: [PATCH] Update kath.net Fixes #1655648 [Calibre recipes kath_net and nat_geo_de dont work](https://bugs.launchpad.net/calibre/+bug/1655648) --- recipes/kath_net.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;}'