From 21bea68e15c49ad1a9a8e7937ade732482fe9ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82ugosz?= Date: Sun, 5 Nov 2017 20:38:24 +0100 Subject: [PATCH] fix feed URL for geopolityka.org --- recipes/geopolityka.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/geopolityka.recipe b/recipes/geopolityka.recipe index 26a71ec0a6..38326f51af 100644 --- a/recipes/geopolityka.recipe +++ b/recipes/geopolityka.recipe @@ -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')]