From 9df2421464c492390d3f4d2a967cec3f636817f9 Mon Sep 17 00:00:00 2001 From: Robbie Ferguson Date: Mon, 8 Jan 2018 16:44:54 -0500 Subject: [PATCH] Fix SSL issue with Jarvis --- default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.py b/default.py index 78157bd..e899692 100644 --- a/default.py +++ b/default.py @@ -19,7 +19,7 @@ cat5Live = {} # declares the variable cat5ShowURL for show url list -cat5ShowURL = "https://rss.cat5.tv/kodi/shows.php" +cat5ShowURL = "http://rss.cat5.tv/kodi/shows.php" # sets a value to the addon_handle for kodi xbmcplugin.setContent(addon_handle, 'movies')