tweak(format): Add VoX WEBDL Exceptions

This commit is contained in:
Seraphys 2025-08-08 17:54:17 -05:00
parent 13c67f6491
commit c1c4a221a4
2 changed files with 14 additions and 2 deletions

View File

@ -65,10 +65,10 @@ conditions:
required: true
type: release_group
- name: EVO
type: release_group
required: true
negate: true
pattern: EVO
required: true
type: release_group
- name: FLUX
negate: true
pattern: FLUX
@ -159,6 +159,11 @@ conditions:
pattern: VD0N
required: true
type: release_group
- name: VoX
type: release_group
required: true
negate: true
pattern: VoX
- name: WELP
negate: true
pattern: WELP

7
regex_patterns/VoX.yml Normal file
View File

@ -0,0 +1,7 @@
name: VoX
pattern: (?<=^|[\s.-])VoX\b
description: ''
tags:
- Release Group
- WEB-DL
tests: []