tweak(format): Add AjA to WEBDL Exceptions

This commit is contained in:
Seraphys 2025-08-07 16:52:36 -05:00
parent d28a574a63
commit a4537b39e6
2 changed files with 14 additions and 2 deletions

View File

@ -19,6 +19,11 @@ conditions:
pattern: ABBIE
required: true
type: release_group
- name: AjA
type: release_group
required: true
negate: true
pattern: AjA
- name: AJP69
negate: true
pattern: AJP69
@ -105,10 +110,10 @@ conditions:
required: true
type: release_group
- name: PHOENiX
type: release_group
required: true
negate: true
pattern: PHOENiX
required: true
type: release_group
- name: playWEB
negate: true
pattern: playWEB

7
regex_patterns/AjA.yml Normal file
View File

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