Private GIT

Skip to content
Snippets Groups Projects
Commit fdd0826b authored by Alexej Haak's avatar Alexej Haak Committed by Ruud
Browse files

Added custom categories

less big api requests this way and better results (the cats include
audio quality filter)
parent 81b7ebaf
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment