From 27dbb4421466596202137f4555b4688415fdb1c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82ugosz?= Date: Thu, 19 May 2011 20:51:35 +0200 Subject: [PATCH] fix kath.net recipe --- recipes/kath_net.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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')]