From fb95d7923fc49b29afd180ae1ef22ff32fbe9a69 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Mon, 24 Feb 2014 20:46:47 +0000 Subject: [PATCH] HTTP to HTTPS Updated URL's to SSL, better account security. --- couchpotato/core/providers/torrent/ilovetorrents/main.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/couchpotato/core/providers/torrent/ilovetorrents/main.py b/couchpotato/core/providers/torrent/ilovetorrents/main.py index 6d56ea4..f8ed67a 100644 --- a/couchpotato/core/providers/torrent/ilovetorrents/main.py +++ b/couchpotato/core/providers/torrent/ilovetorrents/main.py @@ -12,12 +12,12 @@ log = CPLog(__name__) class ILoveTorrents(TorrentProvider): urls = { - 'download': 'http://www.ilovetorrents.me/%s', - 'detail': 'http://www.ilovetorrents.me/%s', - 'search': 'http://www.ilovetorrents.me/browse.php?search=%s&page=%s&cat=%s', - 'test': 'http://www.ilovetorrents.me/', - 'login': 'http://www.ilovetorrents.me/takelogin.php', - 'login_check': 'http://www.ilovetorrents.me' + 'download': 'https://www.ilovetorrents.me/%s', + 'detail': 'https//www.ilovetorrents.me/%s', + 'search': 'https://www.ilovetorrents.me/browse.php?search=%s&page=%s&cat=%s', + 'test': 'https://www.ilovetorrents.me/', + 'login': 'https://www.ilovetorrents.me/takelogin.php', + 'login_check': 'https://www.ilovetorrents.me' } cat_ids = [