Ruud Burger
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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): |
|
|