From 6b357674d0faff52df0fef2cf16c84dcb07a53ac Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Mon, 24 Feb 2014 18:18:39 +0000 Subject: [PATCH 1/4] Replaced proxies Remove dead/blocked proxies, Added in new unblocked/working links --- .../core/providers/torrent/thepiratebay/main.py | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/couchpotato/core/providers/torrent/thepiratebay/main.py b/couchpotato/core/providers/torrent/thepiratebay/main.py index f8b77787..c366c517 100644 --- a/couchpotato/core/providers/torrent/thepiratebay/main.py +++ b/couchpotato/core/providers/torrent/thepiratebay/main.py @@ -31,15 +31,13 @@ class ThePirateBay(TorrentMagnetProvider): proxy_list = [ 'https://tpb.ipredator.se', 'https://thepiratebay.se', - 'https://depiraatbaai.be', - 'https://piratereverse.info', - 'https://tpb.pirateparty.org.uk', - 'https://argumentomteemigreren.nl', - 'https://livepirate.com', + 'http://pirateproxy.ca', + 'http://tpb.al', + 'http://www.tpb.gr', + 'http://nl.tpb.li', + 'http://proxybay.eu', 'https://www.getpirate.com', - 'https://tpb.partipirate.org', - 'https://tpb.piraten.lu', - 'https://kuiken.co', + 'http://pirateproxy.ca', ] def _searchOnTitle(self, title, movie, quality, results): From 0050e5cdfc76ede9b3d91f0a8b5ac6c687729b93 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Mon, 24 Feb 2014 18:23:18 +0000 Subject: [PATCH 2/4] 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 35ce25c0..4a2c6dbf 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 = [ From fb95d7923fc49b29afd180ae1ef22ff32fbe9a69 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Mon, 24 Feb 2014 20:46:47 +0000 Subject: [PATCH 3/4] HTTP to HTTPS Updated URL's to SSL, better account security. --- .../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 6d56ea48..f8ed67a3 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 = [ From 188a1a3b03664a1344b8ac9c104c9d2b941d676f Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Mon, 24 Feb 2014 20:56:01 +0000 Subject: [PATCH 4/4] HTTP to HTTPS Updated URL to SSL, better account security. --- couchpotato/core/providers/torrent/torrentshack/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/torrent/torrentshack/__init__.py b/couchpotato/core/providers/torrent/torrentshack/__init__.py index 0e552116..058236e4 100644 --- a/couchpotato/core/providers/torrent/torrentshack/__init__.py +++ b/couchpotato/core/providers/torrent/torrentshack/__init__.py @@ -11,7 +11,7 @@ config = [{ 'tab': 'searcher', 'list': 'torrent_providers', 'name': 'TorrentShack', - 'description': 'See TorrentShack', + 'description': 'See TorrentShack', 'options': [ { 'name': 'enabled',