From a04033e2e7ae7c75343e26cafe026a06738827d0 Mon Sep 17 00:00:00 2001 From: Tadej <37044425+tadejsinko@users.noreply.github.com> Date: Sun, 13 Feb 2022 00:41:28 +0100 Subject: [PATCH] Update all feed URLs to use HTTPS --- recipes/mmc_rtv.recipe | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/recipes/mmc_rtv.recipe b/recipes/mmc_rtv.recipe index 969115e1f0..4b2e87db9a 100644 --- a/recipes/mmc_rtv.recipe +++ b/recipes/mmc_rtv.recipe @@ -31,16 +31,16 @@ class MMCRTV(BasicNewsRecipe): ] feeds = [ - (u'Slovenija', u'http://www.rtvslo.si/feeds/01.xml'), - (u'Evropska unija', u'http://www.rtvslo.si/feeds/16.xml'), - (u'Svet', u'http://www.rtvslo.si/feeds/02.xml'), - (u'Gospodarstvo', u'http://www.rtvslo.si/feeds/04.xml'), - (u'Okolje', u'http://www.rtvslo.si/feeds/12.xml'), - (u'Znanost in tehnologija', u'http://www.rtvslo.si/feeds/09.xml'), + (u'Slovenija', u'https://www.rtvslo.si/feeds/01.xml'), + (u'Evropska unija', u'https://www.rtvslo.si/feeds/16.xml'), + (u'Svet', u'https://www.rtvslo.si/feeds/02.xml'), + (u'Gospodarstvo', u'https://www.rtvslo.si/feeds/04.xml'), + (u'Okolje', u'https://www.rtvslo.si/feeds/12.xml'), + (u'Znanost in tehnologija', u'https://www.rtvslo.si/feeds/09.xml'), (u'Kultura', u'https://www.rtvslo.si/feeds/05.xml'), (u'Šport', u'https://www.rtvslo.si/feeds/03.xml'), - (u'Zabava', u'http://www.rtvslo.si/feeds/06.xml'), - (u'Ture avanture', u'http://www.rtvslo.si/feeds/28.xml'), - (u'Črna kronika', u'http://www.rtvslo.si/feeds/08.xml'), + (u'Zabava', u'https://www.rtvslo.si/feeds/06.xml'), + (u'Ture avanture', u'https://www.rtvslo.si/feeds/28.xml'), + (u'Črna kronika', u'https://www.rtvslo.si/feeds/08.xml'), ]