Fix BeyondHD torrent provider.

This commit is contained in:
JackDandy 2016-07-25 03:12:23 +01:00
parent f48615b7d7
commit 3b9e60cb78
2 changed files with 7 additions and 2 deletions

View file

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

View file

@ -29,7 +29,7 @@ class BeyondHDProvider(generic.TorrentProvider):
def __init__(self):
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,
'browse': self.url_base + 'api_tv.php?passkey=%s&cats=%s',
'search': '&search=%s'}