From e8438f178691982b344ce3a84ee485a14f3020cb Mon Sep 17 00:00:00 2001 From: kainem Date: Wed, 6 Dec 2017 13:39:34 +1100 Subject: [PATCH] Update yts.py Updated to new yts domain --- couchpotato/core/media/_base/providers/torrent/yts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/media/_base/providers/torrent/yts.py b/couchpotato/core/media/_base/providers/torrent/yts.py index 188f9e5..674adc3 100644 --- a/couchpotato/core/media/_base/providers/torrent/yts.py +++ b/couchpotato/core/media/_base/providers/torrent/yts.py @@ -11,8 +11,8 @@ class Base(TorrentMagnetProvider): # Only qualities allowed: 720p/1080p/3D - the rest will fail. # All YTS.ag torrents are verified urls = { - 'detail': 'https://yts.ag/api#list_movies', - 'search': 'https://yts.ag/api/v2/list_movies.json?query_term=%s&limit=%s&page=%s' + 'detail': 'https://yts.am/api#list_movies', + 'search': 'https://yts.am/api/v2/list_movies.json?query_term=%s&limit=%s&page=%s' } def _search(self, movie, quality, results):