From 321c488cf7489e050c0c212b9be249d2471c08eb Mon Sep 17 00:00:00 2001 From: Olga <137053456+ImenaOphelia@users.noreply.github.com> Date: Sun, 24 Nov 2024 20:11:52 +0100 Subject: [PATCH] Update infobae.recipe Change RSS URL to a working one. --- recipes/infobae.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/infobae.recipe b/recipes/infobae.recipe index 666bbc365d..431c329067 100644 --- a/recipes/infobae.recipe +++ b/recipes/infobae.recipe @@ -39,4 +39,4 @@ class Infobae(BasicNewsRecipe): 'comment': description, 'tags': category, 'publisher': publisher, 'language': language } - feeds = [(u'Ahora', u'https://www.infobae.com/feeds/rss/')] + feeds = [(u'Ahora', u'https://www.infobae.com/arc/outboundfeeds/rss/')]