diff --git a/couchpotato/core/providers/torrent/torrentshack/main.py b/couchpotato/core/providers/torrent/torrentshack/main.py index b9d12c71..353b606e 100644 --- a/couchpotato/core/providers/torrent/torrentshack/main.py +++ b/couchpotato/core/providers/torrent/torrentshack/main.py @@ -11,12 +11,12 @@ log = CPLog(__name__) class TorrentShack(TorrentProvider): urls = { - 'test' : 'http://www.torrentshack.net/', - 'login' : 'http://www.torrentshack.net/login.php', - 'login_check': 'http://www.torrentshack.net/inbox.php', - 'detail' : 'http://www.torrentshack.net/torrent/%s', - 'search' : 'http://www.torrentshack.net/torrents.php?searchstr=%s&filter_cat[%d]=1', - 'download' : 'http://www.torrentshack.net/%s', + 'test' : 'https://torrentshack.net/', + 'login' : 'https://torrentshack.net/login.php', + 'login_check': 'https://torrentshack.net/inbox.php', + 'detail' : 'https://torrentshack.net/torrent/%s', + 'search' : 'https://torrentshack.net/torrents.php?searchstr=%s&filter_cat[%d]=1', + 'download' : 'https://torrentshack.net/%s', } cat_ids = [