From 69819460f393b69e7e190c3c8d52fa87120cf74c Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 25 Jun 2014 09:27:23 +0200 Subject: [PATCH] Add zoink.it for torrent caching --- couchpotato/core/_base/downloader/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/_base/downloader/main.py b/couchpotato/core/_base/downloader/main.py index 70e5cc9c..7ef98af2 100644 --- a/couchpotato/core/_base/downloader/main.py +++ b/couchpotato/core/_base/downloader/main.py @@ -25,6 +25,7 @@ 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', ]