From 8cb34dabcc285ad05ea690fce711e0c57ef2e111 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 16 Jan 2017 11:23:15 +0530 Subject: [PATCH] Update kath.net --- recipes/kath_net.recipe | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/kath_net.recipe b/recipes/kath_net.recipe index 5ce43ac4f8..f1c501e449 100644 --- a/recipes/kath_net.recipe +++ b/recipes/kath_net.recipe @@ -9,12 +9,11 @@ class AdvancedUserRecipe1295262156(BasicNewsRecipe): language = 'de' max_articles_per_feed = 100 no_stylesheets = True - 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;}'