tweak(regex): Group SEV
This commit is contained in:
parent
45456c3800
commit
b4d06ef1c8
|
|
@ -33,7 +33,7 @@ conditions:
|
|||
type: release_group
|
||||
- name: D0ct0rLew
|
||||
negate: false
|
||||
pattern: D0ct0rLew
|
||||
pattern: SEV
|
||||
required: false
|
||||
type: release_group
|
||||
- name: NiCEHEVC
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: D0ct0rLew
|
||||
pattern: (?<=^|[\s.-])D0ct0rLew\b
|
||||
name: SEV
|
||||
pattern: (?<=^|[\s.-])SEV|D0ct0rLew|Kira\b
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
Loading…
Reference in New Issue