From a340655848d16a7f10bdb0d8c9cefc5d380ce929 Mon Sep 17 00:00:00 2001 From: James White Date: Fri, 30 Dec 2016 09:08:31 +0000 Subject: [PATCH] Clean TPB proxy list --- .../media/_base/providers/torrent/thepiratebay.py | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/couchpotato/core/media/_base/providers/torrent/thepiratebay.py b/couchpotato/core/media/_base/providers/torrent/thepiratebay.py index 4cd180b..4e84ceb 100644 --- a/couchpotato/core/media/_base/providers/torrent/thepiratebay.py +++ b/couchpotato/core/media/_base/providers/torrent/thepiratebay.py @@ -25,35 +25,18 @@ class Base(TorrentMagnetProvider): http_time_between_calls = 0 proxy_list = [ - 'https://thepiratebay.mn', - 'https://thepiratebay.gd', - 'https://thepiratebay.la', - 'https://pirateproxy.sx', - 'https://piratebay.host', - 'https://thepiratebay.expert', + 'https://pirateproxy.cat', 'https://pirateproxy.wf', 'https://pirateproxy.tf', 'https://urbanproxy.eu', - 'https://pirate.guru', 'https://piratebays.co', 'https://pirateproxy.yt', 'https://thepiratebay.uk.net', - 'https://tpb.ninja', - 'https://thehiddenbay.me', - 'https://ukunlocked.com', 'https://thebay.tv', - 'https://tpb.freed0m4all.net', - 'https://piratebays.eu', 'https://thepirateproxy.co', - 'https://thepiratebayz.com', - 'https://zaatoka.eu', - 'https://piratemirror.net', 'https://theproxypirate.pw', - 'https://torrentdr.com', - 'https://tpbproxy.co', 'https://arrr.xyz', - 'https://www.cleantpbproxy.com', - 'http://tpb.dashitz.com', + 'https://tpb.dashitz.com' ] def __init__(self):