mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 16:06:05 +01:00
fix feed URL for geopolityka.org
This commit is contained in:
parent
6aeb91ce22
commit
21bea68e15
1 changed files with 1 additions and 1 deletions
|
|
@ -9,4 +9,4 @@ class BasicUserRecipe1361379046(BasicNewsRecipe):
|
|||
max_articles_per_feed = 100
|
||||
auto_cleanup = True
|
||||
|
||||
feeds = [(u'Rss', u'http://geopolityka.org/index.php?format=feed&type=rss')]
|
||||
feeds = [(u'Rss', u'http://geopolityka.org/component/k2/itemlist?format=feed&moduleID=200')]
|
||||
|
|
|
|||
Loading…
Reference in a new issue