Merge branch 'hotfix/0.11.14'

This commit is contained in:
JackDandy 2016-07-25 03:13:35 +01:00
commit bad5c443aa
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'}