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):