From ef8cd1aa40087278e9a15f78cfc680dfb72d64aa Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Thu, 28 Aug 2014 01:59:37 +0100 Subject: [PATCH 1/4] URL Fix Domain is missing WWW recond casing an ISSUE. --- couchpotato/core/media/_base/providers/torrent/thepiratebay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/media/_base/providers/torrent/thepiratebay.py b/couchpotato/core/media/_base/providers/torrent/thepiratebay.py index 6a1de8d4..796ade32 100644 --- a/couchpotato/core/media/_base/providers/torrent/thepiratebay.py +++ b/couchpotato/core/media/_base/providers/torrent/thepiratebay.py @@ -24,7 +24,7 @@ class Base(TorrentMagnetProvider): http_time_between_calls = 0 proxy_list = [ - 'https://www.dieroschtibay.org', + 'https://dieroschtibay.org', 'https://thebay.al', 'https://thepiratebay.se', 'http://thepiratebay.se.net', From 5f0543ba42217d5d0a09ad57c849d3ae40659614 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Thu, 28 Aug 2014 02:10:30 +0100 Subject: [PATCH 2/4] Updated URL's Removed dead links --- .../core/media/_base/providers/torrent/kickasstorrents.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/media/_base/providers/torrent/kickasstorrents.py b/couchpotato/core/media/_base/providers/torrent/kickasstorrents.py index 730bb608..59b2982a 100644 --- a/couchpotato/core/media/_base/providers/torrent/kickasstorrents.py +++ b/couchpotato/core/media/_base/providers/torrent/kickasstorrents.py @@ -34,8 +34,8 @@ class Base(TorrentMagnetProvider): 'http://kickass.pw', 'http://kickassto.come.in', 'http://katproxy.ws', - 'http://www.kickassunblock.info', - 'http://www.kickassproxy.info', + 'http://kickass.bitproxy.eu', + 'http://kickass.to.prx.websiteproxy.co.uk', 'http://katph.eu', 'http://kickassto.come.in', ] From 43af091b02e282863d678f85040c0ebbc2dbde0a Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Thu, 28 Aug 2014 02:13:22 +0100 Subject: [PATCH 3/4] SSL'd Links SSL'd Links --- .../media/_base/providers/torrent/torrentleech.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/couchpotato/core/media/_base/providers/torrent/torrentleech.py b/couchpotato/core/media/_base/providers/torrent/torrentleech.py index 5f59dab7..83eb5f1f 100644 --- a/couchpotato/core/media/_base/providers/torrent/torrentleech.py +++ b/couchpotato/core/media/_base/providers/torrent/torrentleech.py @@ -13,12 +13,12 @@ log = CPLog(__name__) class Base(TorrentProvider): urls = { - 'test': 'http://www.torrentleech.org/', - 'login': 'http://www.torrentleech.org/user/account/login/', - 'login_check': 'http://torrentleech.org/user/messages', - 'detail': 'http://www.torrentleech.org/torrent/%s', - 'search': 'http://www.torrentleech.org/torrents/browse/index/query/%s/categories/%d', - 'download': 'http://www.torrentleech.org%s', + 'test': 'https://www.torrentleech.org/', + 'login': 'https://www.torrentleech.org/user/account/login/', + 'login_check': 'https://torrentleech.org/user/messages', + 'detail': 'https://www.torrentleech.org/torrent/%s', + 'search': 'https://www.torrentleech.org/torrents/browse/index/query/%s/categories/%d', + 'download': 'https://www.torrentleech.org%s', } http_time_between_calls = 1 # Seconds From 8e0d1520e8a3c1e4f056bc9b3c929504d93ba159 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Thu, 28 Aug 2014 12:44:24 +0100 Subject: [PATCH 4/4] Removed URL URL had a captcha --- .../core/media/_base/providers/torrent/kickasstorrents.py | 1 - 1 file changed, 1 deletion(-) diff --git a/couchpotato/core/media/_base/providers/torrent/kickasstorrents.py b/couchpotato/core/media/_base/providers/torrent/kickasstorrents.py index 59b2982a..d6e3ee72 100644 --- a/couchpotato/core/media/_base/providers/torrent/kickasstorrents.py +++ b/couchpotato/core/media/_base/providers/torrent/kickasstorrents.py @@ -35,7 +35,6 @@ class Base(TorrentMagnetProvider): 'http://kickassto.come.in', 'http://katproxy.ws', 'http://kickass.bitproxy.eu', - 'http://kickass.to.prx.websiteproxy.co.uk', 'http://katph.eu', 'http://kickassto.come.in', ]