Update kath.net

Fixes #1655648 [Calibre recipes kath_net and nat_geo_de dont work](https://bugs.launchpad.net/calibre/+bug/1655648)
This commit is contained in:
Kovid Goyal 2017-01-11 19:28:23 +05:30
parent 4b70e4d97a
commit b0de1b61ef

View File

@ -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;}'