mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 03:13:36 +02:00
fix kath.net recipe
This commit is contained in:
parent
2c34abe0b4
commit
27dbb44214
1 changed files with 2 additions and 1 deletions
|
|
@ -3,8 +3,9 @@
|
|||
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')]
|
||||
|
|
|
|||
Loading…
Reference in a new issue