tweak(format): Add VD0N and GNOMISSION to Webdl Exceptions
This commit is contained in:
parent
081c913c85
commit
3548dc5f0e
|
|
@ -59,6 +59,11 @@ conditions:
|
|||
pattern: FLUX
|
||||
required: true
|
||||
type: release_group
|
||||
- name: GNOMiSSiON
|
||||
negate: true
|
||||
pattern: GNOMiSSiON
|
||||
required: true
|
||||
type: release_group
|
||||
- name: HHWEB
|
||||
negate: true
|
||||
pattern: HHWEB
|
||||
|
|
@ -124,6 +129,11 @@ conditions:
|
|||
pattern: TOMMY
|
||||
required: true
|
||||
type: release_group
|
||||
- name: VD0N
|
||||
type: release_group
|
||||
required: true
|
||||
negate: true
|
||||
pattern: VD0N
|
||||
- name: XEBEC
|
||||
negate: true
|
||||
pattern: XEBEC
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
name: GNOMiSSiON
|
||||
pattern: (?<=^|[\s.-])GNOMiSSiON\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- WEB-DL
|
||||
tests: []
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
name: VD0N
|
||||
pattern: (?<=^|[\s.-])VD0N\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- WEB-DL
|
||||
tests: []
|
||||
Loading…
Reference in New Issue