From 14797249ff115a0b5e9be0e53d03d4761fda9be5 Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 30 Oct 2012 20:01:32 +0100 Subject: [PATCH] NZBClub RSS doesn't support https. fix #991 --- couchpotato/core/providers/nzb/nzbclub/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/nzb/nzbclub/main.py b/couchpotato/core/providers/nzb/nzbclub/main.py index d047a8a8..47d6c853 100644 --- a/couchpotato/core/providers/nzb/nzbclub/main.py +++ b/couchpotato/core/providers/nzb/nzbclub/main.py @@ -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