swordfish6975
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
couchpotato/core/media/movie/providers/torrent/iptorrents.py
|
@ -11,9 +11,9 @@ class IPTorrents(MovieProvider, Base): |
|
|
|
|
|
|
|
|
cat_ids = [ |
|
|
cat_ids = [ |
|
|
([87], ['3d']), |
|
|
([87], ['3d']), |
|
|
([89], ['bd50']), |
|
|
([89, 90], ['bd50']), |
|
|
([48], ['720p', '1080p']), |
|
|
([48, 20, 62], ['720p', '1080p']), |
|
|
([101], ['2160p']), |
|
|
([100, 101], ['2160p']), |
|
|
([48, 20], ['brrip']), |
|
|
([48, 20], ['brrip']), |
|
|
([7, 77], ['dvdrip']), |
|
|
([7, 77], ['dvdrip']), |
|
|
([6], ['dvdr']), |
|
|
([6], ['dvdr']), |
|
|