Browse Source

Update yts.py

Updated to new yts domain
pull/7254/head
kainem 8 years ago
committed by GitHub
parent
commit
e8438f1786
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      couchpotato/core/media/_base/providers/torrent/yts.py

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

Loading…
Cancel
Save