From ef8cd1aa40087278e9a15f78cfc680dfb72d64aa Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Thu, 28 Aug 2014 01:59:37 +0100 Subject: [PATCH] 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',