mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 10:33:38 +00:00
Fix BeyondHD torrent provider.
This commit is contained in:
parent
f48615b7d7
commit
3b9e60cb78
2 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
||||||
### 0.11.13 (2016-07-21 20:30:00 UTC)
|
### 0.11.14 (2016-07-25 03:10:00 UTC)
|
||||||
|
|
||||||
|
* Fix BeyondHD torrent provider
|
||||||
|
|
||||||
|
|
||||||
|
### 0.11.13 (2016-07-21 20:30:00 UTC)
|
||||||
|
|
||||||
* Remove KAT torrent provider
|
* Remove KAT torrent provider
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ class BeyondHDProvider(generic.TorrentProvider):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
generic.TorrentProvider.__init__(self, 'BeyondHD')
|
generic.TorrentProvider.__init__(self, 'BeyondHD')
|
||||||
|
|
||||||
self.url_base = 'https://beyondhd.me/'
|
self.url_base = 'https://beyond-hd.me/'
|
||||||
self.urls = {'config_provider_home_uri': self.url_base,
|
self.urls = {'config_provider_home_uri': self.url_base,
|
||||||
'browse': self.url_base + 'api_tv.php?passkey=%s&cats=%s',
|
'browse': self.url_base + 'api_tv.php?passkey=%s&cats=%s',
|
||||||
'search': '&search=%s'}
|
'search': '&search=%s'}
|
||||||
|
|
Loading…
Reference in a new issue