Browse Source

Awesome-HD change from .net to .me

Awesome-HD has changed from awesome-hd.net to awesome-hd.me This change updates the url so that CP can correctly search AHD again.
pull/6012/head
darknessgp 9 years ago
parent
commit
feace226fe
  1. 8
      couchpotato/core/media/_base/providers/torrent/awesomehd.py

8
couchpotato/core/media/_base/providers/torrent/awesomehd.py

@ -13,10 +13,10 @@ log = CPLog(__name__)
class Base(TorrentProvider): class Base(TorrentProvider):
urls = { urls = {
'test': 'https://awesome-hd.net/', 'test': 'https://awesome-hd.me/',
'detail': 'https://awesome-hd.net/torrents.php?torrentid=%s', 'detail': 'https://awesome-hd.me/torrents.php?torrentid=%s',
'search': 'https://awesome-hd.net/searchapi.php?action=imdbsearch&passkey=%s&imdb=%s&internal=%s', 'search': 'https://awesome-hd.me/searchapi.php?action=imdbsearch&passkey=%s&imdb=%s&internal=%s',
'download': 'https://awesome-hd.net/torrents.php?action=download&id=%s&authkey=%s&torrent_pass=%s', 'download': 'https://awesome-hd.me/torrents.php?action=download&id=%s&authkey=%s&torrent_pass=%s',
} }
http_time_between_calls = 1 http_time_between_calls = 1

Loading…
Cancel
Save