From 2dc1c1dd388cb18716fdb02b6c4c6bbc44bcd107 Mon Sep 17 00:00:00 2001 From: peerster Date: Thu, 19 Feb 2015 20:07:22 +0100 Subject: [PATCH] Update torrentshack with new URL --- .../core/media/_base/providers/torrent/torrentshack.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/couchpotato/core/media/_base/providers/torrent/torrentshack.py b/couchpotato/core/media/_base/providers/torrent/torrentshack.py index b65222b..71f4e62 100644 --- a/couchpotato/core/media/_base/providers/torrent/torrentshack.py +++ b/couchpotato/core/media/_base/providers/torrent/torrentshack.py @@ -13,12 +13,12 @@ log = CPLog(__name__) class Base(TorrentProvider): urls = { - 'test': 'http://torrentshack.eu/', - 'login': 'http://torrentshack.eu/login.php', - 'login_check': 'http://torrentshack.eu/inbox.php', - 'detail': 'http://torrentshack.eu/torrent/%s', - 'search': 'http://torrentshack.eu/torrents.php?action=advanced&searchstr=%s&scene=%s&filter_cat[%d]=1', - 'download': 'http://torrentshack.eu/%s', + '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', } http_time_between_calls = 1 # Seconds