NZBClub RSS doesn't support https. fix #991

This commit is contained in:
Ruud
2012-10-30 20:01:32 +01:00
parent 49e2607f5d
commit 14797249ff

View File

@@ -17,7 +17,7 @@ log = CPLog(__name__)
class NZBClub(NZBProvider, RSS):
urls = {
'search': 'https://www.nzbclub.com/nzbfeed.aspx?%s',
'search': 'http://www.nzbclub.com/nzbfeed.aspx?%s',
}
http_time_between_calls = 4 #seconds