Merge branch 'master' into develop

This commit is contained in:
JackDandy 2017-02-19 15:08:21 +00:00
commit 24a98d271c
2 changed files with 6 additions and 1 deletions

View file

@ -58,6 +58,11 @@
* Change restart/shutdown to use updated jQuery
### 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

View file

@ -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'}