diff --git a/recipes/kath_net.recipe b/recipes/kath_net.recipe index 933876c2a8..3b883fde54 100644 --- a/recipes/kath_net.recipe +++ b/recipes/kath_net.recipe @@ -3,8 +3,9 @@ from calibre.web.feeds.news import BasicNewsRecipe class AdvancedUserRecipe1295262156(BasicNewsRecipe): title = u'kath.net' __author__ = 'Bobus' + description = u'Katholische Nachrichten' oldest_article = 7 - language = 'en' + language = 'de' max_articles_per_feed = 100 feeds = [(u'kath.net', u'http://www.kath.net/2005/xml/index.xml')]