From fdd0826b4f567caa779a4f1239c64d74e78e0b33 Mon Sep 17 00:00:00 2001 From: Alexej Haak Date: Thu, 29 Nov 2012 18:52:10 +0100 Subject: [PATCH] Added custom categories less big api requests this way and better results (the cats include audio quality filter) --- couchpotato/core/providers/nzb/kere/main.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/couchpotato/core/providers/nzb/kere/main.py b/couchpotato/core/providers/nzb/kere/main.py index 10b1b877..50149ab8 100644 --- a/couchpotato/core/providers/nzb/kere/main.py +++ b/couchpotato/core/providers/nzb/kere/main.py @@ -20,7 +20,12 @@ class Kere(NZBProvider, RSS): } cat_ids = [ - ([1000], ['720p', '1080p','cam', 'ts', 'dvdrip', 'tc', 'r5', 'scr', 'brrip', 'dvdr']), + ([1000], [ 'cam', 'ts', 'tc', 'scr']), + ([1010], [ 'r5' ]), + ([1020], [ 'dvdrip', 'brrip' ]), + ([1030], [ 'dvdr' ]), + ([1050], [ '720p' ]), + ([1060], [ '1080p' ]), ] cat_backup_id = 2