diff --git a/couchpotato/core/media/movie/providers/torrent/torrentleech.py b/couchpotato/core/media/movie/providers/torrent/torrentleech.py index eea74f8..91093e3 100644 --- a/couchpotato/core/media/movie/providers/torrent/torrentleech.py +++ b/couchpotato/core/media/movie/providers/torrent/torrentleech.py @@ -11,12 +11,14 @@ autoload = 'TorrentLeech' class TorrentLeech(MovieProvider, Base): cat_ids = [ - ([13], ['720p', '1080p', 'bd50']), + ([41], ['2160p']), + ([13, 14, 37, 43], ['720p', '1080p']), + ([13], ['bd50']), ([8], ['cam']), ([9], ['ts', 'tc']), - ([10], ['r5', 'scr']), + ([10, 11, 37], ['r5', 'scr']), ([11], ['dvdrip']), - ([13, 14], ['brrip']), + ([13, 14, 37, 43], ['brrip']), ([12], ['dvdr']), ]