Browse Source

Merge pull request #6012 from darknessgp/patch-1

Awesome-HD change from .net to .me
pull/6023/head
Ruud Burger 9 years ago
parent
commit
183d14db9a
  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):
urls = {
'test': 'https://awesome-hd.net/',
'detail': 'https://awesome-hd.net/torrents.php?torrentid=%s',
'search': 'https://awesome-hd.net/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',
'test': 'https://awesome-hd.me/',
'detail': 'https://awesome-hd.me/torrents.php?torrentid=%s',
'search': 'https://awesome-hd.me/searchapi.php?action=imdbsearch&passkey=%s&imdb=%s&internal=%s',
'download': 'https://awesome-hd.me/torrents.php?action=download&id=%s&authkey=%s&torrent_pass=%s',
}
http_time_between_calls = 1

Loading…
Cancel
Save