Change bitsoup category id

fixes #4629
This commit is contained in:
Ruud
2015-02-10 14:55:22 +01:00
parent ce768f45c5
commit 6dcb3f3bf2

View File

@@ -11,7 +11,7 @@ autoload = 'Bitsoup'
class Bitsoup(MovieProvider, Base):
cat_ids = [
([17], ['3d']),
([41], ['720p', '1080p']),
([80], ['720p', '1080p']),
([20], ['dvdr']),
([19], ['brrip', 'dvdrip']),
]