Skip to content

Commit 3a784a5

Browse files
committed
Update BTN URL
This is midgetspy#982 but without all the whitespace changes. It depends on bumping jsonrpclib for proper https support. midgetspy#984 does update the URL but doesn't switch to HTTPS.
1 parent 8f02b16 commit 3a784a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sickbeard/providers/btn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def _doSearch(self, search_params, show=None, age=0):
130130

131131
def _api_call(self, apikey, params={}, results_per_page=1000, offset=0):
132132

133-
server = jsonrpclib.Server('http://api.btnapps.net')
133+
server = jsonrpclib.Server('https://api.broadcasthe.net')
134134
parsedJSON = {}
135135

136136
try:

0 commit comments

Comments
 (0)