SSL'd and Updated
Add SSL to some URL's and update the Apple RSS link.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user