Browse Source

Change BTN API hostname.

tags/release_0.12.8^2
JackDandy 8 years ago
parent
commit
a0fe23b4e8
  1. 7
      CHANGES.md
  2. 2
      sickbeard/providers/btn.py

7
CHANGES.md

@ -1,4 +1,9 @@
### 0.12.7 (2017-02-17 15:00:00 UTC)
### 0.12.8 (2017-02-19 13:50:00 UTC)
* Change BTN API hostname
### 0.12.7 (2017-02-17 15:00:00 UTC)
* Change accept lists in JSON responses
* Change do not log error for empty BTN un/pw in most cases

2
sickbeard/providers/btn.py

@ -39,7 +39,7 @@ class BTNProvider(generic.TorrentProvider):
generic.TorrentProvider.__init__(self, 'BTN')
self.url_base = 'https://broadcasthe.net/'
self.url_api = 'https://api.btnapps.net'
self.url_api = 'https://api.broadcasthe.net'
self.urls = {'config_provider_home_uri': self.url_base, 'login': self.url_base + 'login.php',
'search': self.url_base + 'torrents.php?searchstr=%s&action=basic&%s', 'get': self.url_base + '%s'}

Loading…
Cancel
Save