From a5969493e12f626d2f08254f3ec5c75137044c8e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 5 May 2023 20:47:40 +0530 Subject: [PATCH] A couple more feeds for Irish Independent --- recipes/irish_independent.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/irish_independent.recipe b/recipes/irish_independent.recipe index 681e62646b..105260fd02 100644 --- a/recipes/irish_independent.recipe +++ b/recipes/irish_independent.recipe @@ -25,7 +25,9 @@ class IrishIndependent(BasicNewsRecipe): ] feeds = [ + ('Frontpage News', 'http://www.independent.ie/rss'), ('News', 'http://www.independent.ie/rss'), + ('World News', 'http://www.independent.ie/world-news/rss'), ('Opinion', 'http://www.independent.ie/opinion/rss'), ('Business', 'http://www.independent.ie/business/rss'), ('Sport', 'http://www.independent.ie/sport/rss'),