Skip to content

Commit

Permalink
Update kath.net
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 16, 2017
1 parent 871ce10 commit 8cb34da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/kath_net.recipe
Expand Up @@ -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;}'

0 comments on commit 8cb34da

Please sign in to comment.