Browse Source

Update iptorrents.py

pull/7292/head
swordfish6975 6 years ago
committed by GitHub
parent
commit
6b6b3d7f4b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      couchpotato/core/media/movie/providers/torrent/iptorrents.py

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

Loading…
Cancel
Save