From 0050e5cdfc76ede9b3d91f0a8b5ac6c687729b93 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Mon, 24 Feb 2014 18:23:18 +0000 Subject: [PATCH] Changed http to https adjusted http to SSL, better security when dealing with logins. --- couchpotato/core/providers/torrent/iptorrents/main.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/couchpotato/core/providers/torrent/iptorrents/main.py b/couchpotato/core/providers/torrent/iptorrents/main.py index 35ce25c..4a2c6db 100644 --- a/couchpotato/core/providers/torrent/iptorrents/main.py +++ b/couchpotato/core/providers/torrent/iptorrents/main.py @@ -11,11 +11,11 @@ log = CPLog(__name__) class IPTorrents(TorrentProvider): urls = { - 'test': 'http://www.iptorrents.com/', - 'base_url': 'http://www.iptorrents.com', - 'login': 'http://www.iptorrents.com/torrents/', - 'login_check': 'http://www.iptorrents.com/inbox.php', - 'search': 'http://www.iptorrents.com/torrents/?l%d=1%s&q=%s&qf=ti&p=%d', + 'test': 'https://www.iptorrents.com/', + 'base_url': 'https://www.iptorrents.com', + 'login': 'https://www.iptorrents.com/torrents/', + 'login_check': 'https://www.iptorrents.com/inbox.php', + 'search': 'https://www.iptorrents.com/torrents/?l%d=1%s&q=%s&qf=ti&p=%d', } cat_ids = [