Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Update torrentshack URL
Browse files Browse the repository at this point in the history
Update from temporary url to new main url
  • Loading branch information
BillNasty committed Mar 2, 2015
1 parent adb744a commit a09c10a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions couchpotato/core/media/_base/providers/torrent/torrentshack.py
Expand Up @@ -13,12 +13,12 @@
class Base(TorrentProvider):

urls = {
'test': 'https://theshack.us.to/',
'login': 'https://theshack.us.to/login.php',
'login_check': 'https://theshack.us.to/inbox.php',
'detail': 'https://theshack.us.to/torrent/%s',
'search': 'https://theshack.us.to/torrents.php?action=advanced&searchstr=%s&scene=%s&filter_cat[%d]=1',
'download': 'https://theshack.us.to/%s',
'test': 'https://torrentshack.me/',
'login': 'https://torrentshack.me/login.php',
'login_check': 'https://torrentshack.me/inbox.php',
'detail': 'https://torrentshack.me/torrent/%s',
'search': 'https://torrentshack.me/torrents.php?action=advanced&searchstr=%s&scene=%s&filter_cat[%d]=1',
'download': 'https://torrentshack.me/%s',
}

http_time_between_calls = 1 # Seconds
Expand Down

0 comments on commit a09c10a

Please sign in to comment.