tweak(format): Add BLOOM to WEB-DL Tier 4

This commit is contained in:
Seraphys
2026-02-26 14:03:24 -06:00
parent 9120e2790c
commit 1f3072b225
2 changed files with 12 additions and 0 deletions

View File

@@ -14,6 +14,11 @@ conditions:
pattern: APEX pattern: APEX
required: false required: false
type: release_group type: release_group
- name: BLOOM
type: release_group
required: false
negate: false
pattern: BLOOM
- name: BTN - name: BTN
negate: false negate: false
pattern: BTN pattern: BTN

7
regex_patterns/BLOOM.yml Normal file
View File

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