From eb21f9e63d8dd33c9759d0dae04e92e41b67191c Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 22 May 2015 13:46:27 +0200 Subject: [PATCH] ILoveTorrents brrip in other category --- couchpotato/core/media/_base/providers/torrent/ilovetorrents.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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']) ]