diff --git a/couchpotato/core/media/_base/providers/torrent/ilovetorrents.py b/couchpotato/core/media/_base/providers/torrent/ilovetorrents.py index 2f58b5b..908f486 100644 --- a/couchpotato/core/media/_base/providers/torrent/ilovetorrents.py +++ b/couchpotato/core/media/_base/providers/torrent/ilovetorrents.py @@ -23,7 +23,8 @@ class Base(TorrentProvider): } cat_ids = [ - (['80'], ['720p', '1080p', 'brrip']), + (['80'], ['720p', '1080p']), + (['41'], ['brrip']), (['19'], ['cam', 'ts', 'dvdrip', 'tc', 'r5', 'scr']), (['20'], ['dvdr']) ]