SSL'd and Updated

Add SSL to some URL's and update the Apple RSS link.
This commit is contained in:
Michael
2014-02-24 21:59:45 +00:00
parent e57620f67c
commit e11453aafb
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -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