Browse Source

Added new TorrentLeech category 47

Added new category for 'Real 4K UltraHD HDR' to the 2160p quality
pull/7240/head
whitter 8 years ago
committed by GitHub
parent
commit
fc59c6505d
  1. 2
      couchpotato/core/media/movie/providers/torrent/torrentleech.py

2
couchpotato/core/media/movie/providers/torrent/torrentleech.py

@ -11,7 +11,7 @@ autoload = 'TorrentLeech'
class TorrentLeech(MovieProvider, Base):
cat_ids = [
([41], ['2160p']),
([41, 47], ['2160p']),
([13, 14, 37, 43], ['720p', '1080p']),
([13], ['bd50']),
([8], ['cam']),

Loading…
Cancel
Save