mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Merge branch 'hotfix/0.12.8'
This commit is contained in:
commit
ef87caee00
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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…
Reference in a new issue