diff --git a/couchpotato/core/_base/downloader/main.py b/couchpotato/core/_base/downloader/main.py index 7ef98af..5b9264d 100644 --- a/couchpotato/core/_base/downloader/main.py +++ b/couchpotato/core/_base/downloader/main.py @@ -25,8 +25,6 @@ class DownloaderBase(Provider): status_support = True torrent_sources = [ - 'https://zoink.it/torrent/%s.torrent', - 'http://torrage.com/torrent/%s.torrent', 'https://torcache.net/torrent/%s.torrent', ]