Browse Source

NZBClub RSS doesn't support https. fix #991

pull/992/merge
Ruud 13 years ago
parent
commit
14797249ff
  1. 2
      couchpotato/core/providers/nzb/nzbclub/main.py

2
couchpotato/core/providers/nzb/nzbclub/main.py

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

Loading…
Cancel
Save