From 94c3969f100c7470af467d3176b630af186345fb Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 10 Feb 2015 20:52:15 +0100 Subject: [PATCH] Use https for yify proxy --- couchpotato/core/media/_base/providers/torrent/yify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/media/_base/providers/torrent/yify.py b/couchpotato/core/media/_base/providers/torrent/yify.py index b6b91e29..492eeb65 100644 --- a/couchpotato/core/media/_base/providers/torrent/yify.py +++ b/couchpotato/core/media/_base/providers/torrent/yify.py @@ -20,7 +20,7 @@ class Base(TorrentProvider): proxy_list = [ 'https://yts.re', 'https://yts.wf', - 'http://yts.im', + 'https://yts.im', ] def search(self, movie, quality):