tweak(format): Add ROCCaT to WEBDL Exceptions

This commit is contained in:
Seraphys 2025-08-07 16:38:57 -05:00
parent 7fae73197a
commit 9b93225f8f
2 changed files with 14 additions and 2 deletions

View File

@ -109,6 +109,11 @@ conditions:
pattern: playWEB
required: true
type: release_group
- name: ROCCaT
type: release_group
required: true
negate: true
pattern: ROCCaT
- name: SiC
negate: true
pattern: SiC
@ -135,10 +140,10 @@ conditions:
required: true
type: release_group
- name: WELP
type: release_group
required: true
negate: true
pattern: WELP
required: true
type: release_group
- name: XEBEC
negate: true
pattern: XEBEC

View File

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