* Added category 'bd50' (BR-Disk) to Torrent provider TorrentBytes

* Changed category identifier for category 'brrip' for Torrent provider TorrentBytes (see issue #2795)
This commit is contained in:
Ramon van Dam
2014-02-07 12:08:17 +01:00
committed by ramonvandam@gmail.com
parent e4e7ae3621
commit 62524e01e1

View File

@@ -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']),
]