tweak(format): Full Disc WEB Negate
This commit is contained in:
parent
3109a53791
commit
a50cbafe3b
|
|
@ -8,6 +8,21 @@ conditions:
|
|||
pattern: Full Disc
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Not WEB-DL
|
||||
negate: true
|
||||
required: true
|
||||
source: web_dl
|
||||
type: source
|
||||
- name: Not WEBRip
|
||||
negate: true
|
||||
required: true
|
||||
source: webrip
|
||||
type: source
|
||||
- name: Not Remux
|
||||
negate: true
|
||||
pattern: Remux
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Not x264
|
||||
negate: true
|
||||
pattern: x264
|
||||
|
|
@ -18,11 +33,6 @@ conditions:
|
|||
pattern: x265
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Not Remux
|
||||
negate: true
|
||||
pattern: Remux
|
||||
required: true
|
||||
type: release_title
|
||||
tests:
|
||||
- conditionResults:
|
||||
- matches: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue