ArrProfiles/custom_formats/CRIT.yml

23 lines
412 B
YAML

name: CRIT
description: Matches 'Criterion Channel' WEB-DLs. Negates any encodes.
tags:
- Streaming Service
- WEB-DL
conditions:
- name: CRiT Regex
negate: false
pattern: Criterion Channel
required: true
type: release_title
- name: Not WEBRip
negate: true
required: true
source: webrip
type: source
- name: Not x265
negate: true
pattern: x265
required: true
type: release_title
tests: []