Skip to content

Commit

Permalink
Merge pull request CouchPotato#6012 from darknessgp/patch-1
Browse files Browse the repository at this point in the history
Awesome-HD change from .net to .me
  • Loading branch information
RuudBurger committed Jan 29, 2016
2 parents e0e9010 + feace22 commit 183d14d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions couchpotato/core/media/_base/providers/torrent/awesomehd.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
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

Expand Down

0 comments on commit 183d14d

Please sign in to comment.