From 62524e01e158caac6a94eb5b6bf84fa0774151e2 Mon Sep 17 00:00:00 2001 From: Ramon van Dam Date: Fri, 7 Feb 2014 12:08:17 +0100 Subject: [PATCH] * Added category 'bd50' (BR-Disk) to Torrent provider TorrentBytes * Changed category identifier for category 'brrip' for Torrent provider TorrentBytes (see issue #2795) --- couchpotato/core/providers/torrent/torrentbytes/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/providers/torrent/torrentbytes/main.py b/couchpotato/core/providers/torrent/torrentbytes/main.py index 91939e78..603da6e0 100644 --- a/couchpotato/core/providers/torrent/torrentbytes/main.py +++ b/couchpotato/core/providers/torrent/torrentbytes/main.py @@ -20,12 +20,12 @@ class TorrentBytes(TorrentProvider): } cat_ids = [ - ([5], ['720p', '1080p']), + ([5], ['720p', '1080p', 'bd50']), ([19], ['cam']), ([19], ['ts', 'tc']), ([19], ['r5', 'scr']), ([19], ['dvdrip']), - ([5], ['brrip']), + ([19], ['brrip']), ([20], ['dvdr']), ]