* 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:
committed by
ramonvandam@gmail.com
parent
e4e7ae3621
commit
62524e01e1
@@ -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']),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user