From e11453aafb1fb03374007dfdd63a048293d27568 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 24 Feb 2014 21:59:45 +0000 Subject: [PATCH] SSL'd and Updated Add SSL to some URL's and update the Apple RSS link. --- couchpotato/core/providers/automation/goodfilms/main.py | 2 +- couchpotato/core/providers/automation/itunes/main.py | 2 +- couchpotato/core/providers/nzb/nzbclub/main.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/couchpotato/core/providers/automation/goodfilms/main.py b/couchpotato/core/providers/automation/goodfilms/main.py index c4a7bd91..e668a4fb 100644 --- a/couchpotato/core/providers/automation/goodfilms/main.py +++ b/couchpotato/core/providers/automation/goodfilms/main.py @@ -7,7 +7,7 @@ log = CPLog(__name__) class Goodfilms(Automation): - url = 'http://goodfil.ms/%s/queue?page=%d&without_layout=1' + url = 'https://goodfil.ms/%s/queue?page=%d&without_layout=1' interval = 1800 diff --git a/couchpotato/core/providers/automation/itunes/main.py b/couchpotato/core/providers/automation/itunes/main.py index 76763244..086c981d 100644 --- a/couchpotato/core/providers/automation/itunes/main.py +++ b/couchpotato/core/providers/automation/itunes/main.py @@ -22,7 +22,7 @@ class ITunes(Automation, RSS): urls = splitString(self.conf('automation_urls')) namespace = 'http://www.w3.org/2005/Atom' - namespace_im = 'http://itunes.apple.com/rss' + namespace_im = 'https://rss.itunes.apple.com' index = -1 for url in urls: diff --git a/couchpotato/core/providers/nzb/nzbclub/main.py b/couchpotato/core/providers/nzb/nzbclub/main.py index 5c151dc4..643f247d 100644 --- a/couchpotato/core/providers/nzb/nzbclub/main.py +++ b/couchpotato/core/providers/nzb/nzbclub/main.py @@ -13,7 +13,7 @@ log = CPLog(__name__) class NZBClub(NZBProvider, RSS): urls = { - 'search': 'http://www.nzbclub.com/nzbfeeds.aspx?%s', + 'search': 'https://www.nzbclub.com/nzbfeeds.aspx?%s', } http_time_between_calls = 4 #seconds