Browse Source

Merge pull request #7254 from kainem/patch-1

Update yts.py
pull/7231/head
Ruud Burger 8 years ago
committed by GitHub
parent
commit
1d5368cec1
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. # Only qualities allowed: 720p/1080p/3D - the rest will fail.
# All YTS.ag torrents are verified # All YTS.ag torrents are verified
urls = { urls = {
'detail': 'https://yts.ag/api#list_movies', 'detail': 'https://yts.am/api#list_movies',
'search': 'https://yts.ag/api/v2/list_movies.json?query_term=%s&limit=%s&page=%s' 'search': 'https://yts.am/api/v2/list_movies.json?query_term=%s&limit=%s&page=%s'
} }
def _search(self, movie, quality, results): def _search(self, movie, quality, results):

Loading…
Cancel
Save