feat(format): Add Tier 2 & 3 Streaming Services
- PCOK - MAX - HMax - NF - PMTP - CRiT - HULU - ROKU - iT
This commit is contained in:
parent
a9329efe92
commit
0e82ef04f5
22 changed files with 1405 additions and 0 deletions
41
custom_formats/Hulu.yml
Normal file
41
custom_formats/Hulu.yml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
name: Hulu
|
||||
description: Matches 'Hulu' WEB-DLs. Negates any encodes.
|
||||
tags:
|
||||
- Streaming Service
|
||||
- WEB-DL
|
||||
- WEB3 [1080p]
|
||||
conditions:
|
||||
- name: Hulu Regex
|
||||
negate: false
|
||||
pattern: Hulu
|
||||
required: true
|
||||
type: release_title
|
||||
- name: WEBRip
|
||||
negate: true
|
||||
required: false
|
||||
source: webrip
|
||||
type: source
|
||||
- name: x265
|
||||
negate: true
|
||||
pattern: x265
|
||||
required: false
|
||||
type: release_title
|
||||
tests:
|
||||
- conditionResults:
|
||||
- matches: true
|
||||
name: Hulu Regex
|
||||
negate: false
|
||||
pattern: Hulu
|
||||
required: true
|
||||
type: release_title
|
||||
- matches: true
|
||||
name: x265
|
||||
negate: true
|
||||
pattern: x265
|
||||
required: false
|
||||
type: release_title
|
||||
expected: false
|
||||
id: 1
|
||||
input: Beverly Hills Ninja (1996) 1080p HULU WEB-DL x265 HEVC DDP 5.1-PHOCiS
|
||||
lastRun: '2024-12-06T05:29:49.598013'
|
||||
passes: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue