From 27c6125b147ab8ab91c4ec28f341503855c06245 Mon Sep 17 00:00:00 2001 From: Suleiman Akbar Date: Tue, 11 Oct 2016 20:05:36 +0500 Subject: [PATCH] Added thepiratebay.org to piratebay proxy list --- couchpotato/core/media/_base/providers/torrent/thepiratebay.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/media/_base/providers/torrent/thepiratebay.py b/couchpotato/core/media/_base/providers/torrent/thepiratebay.py index 4cd180b..f0132f5 100644 --- a/couchpotato/core/media/_base/providers/torrent/thepiratebay.py +++ b/couchpotato/core/media/_base/providers/torrent/thepiratebay.py @@ -54,6 +54,7 @@ class Base(TorrentMagnetProvider): 'https://arrr.xyz', 'https://www.cleantpbproxy.com', 'http://tpb.dashitz.com', + 'https://thepiratebay.org', ] def __init__(self):