From 9120e2790c6b1a8e6ee33f8bbc1f0be0cda40276 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 15 Feb 2026 16:12:26 -0600 Subject: [PATCH 1/4] create(regex): SEV Group Regex --- regex_patterns/SEV.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 regex_patterns/SEV.yml diff --git a/regex_patterns/SEV.yml b/regex_patterns/SEV.yml new file mode 100644 index 00000000..c77e792a --- /dev/null +++ b/regex_patterns/SEV.yml @@ -0,0 +1,7 @@ +name: SEV +pattern: (?<=^|[\s.-])(SEV|D0ct0rLew|Kira)\b +description: '' +tags: +- Release Group +- HEVC +tests: [] From 1f3072b225ce92d4de399ea6c15affc46c3a243c Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 26 Feb 2026 14:03:24 -0600 Subject: [PATCH 2/4] tweak(format): Add BLOOM to WEB-DL Tier 4 --- custom_formats/WEB-DL Tier 4.yml | 5 +++++ regex_patterns/BLOOM.yml | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 regex_patterns/BLOOM.yml diff --git a/custom_formats/WEB-DL Tier 4.yml b/custom_formats/WEB-DL Tier 4.yml index 8f0b138e..d021fd7e 100644 --- a/custom_formats/WEB-DL Tier 4.yml +++ b/custom_formats/WEB-DL Tier 4.yml @@ -14,6 +14,11 @@ conditions: pattern: APEX required: false type: release_group +- name: BLOOM + type: release_group + required: false + negate: false + pattern: BLOOM - name: BTN negate: false pattern: BTN diff --git a/regex_patterns/BLOOM.yml b/regex_patterns/BLOOM.yml new file mode 100644 index 00000000..cd4f5e13 --- /dev/null +++ b/regex_patterns/BLOOM.yml @@ -0,0 +1,7 @@ +name: BLOOM +pattern: (?<=^|[\s.-])BLOOM\b +description: '' +tags: +- Release Group +- WEB-DL +tests: [] From bd249c8a11f3873b3baf4e08f9ca377f3f243703 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Tue, 10 Mar 2026 20:10:40 -0500 Subject: [PATCH 3/4] tweak(format): Test Change --- custom_formats/Banned Groups (Efficient).yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom_formats/Banned Groups (Efficient).yml b/custom_formats/Banned Groups (Efficient).yml index 9a15918b..3797ff95 100644 --- a/custom_formats/Banned Groups (Efficient).yml +++ b/custom_formats/Banned Groups (Efficient).yml @@ -29,6 +29,11 @@ conditions: pattern: BiTOR required: false type: release_group +- name: BLASPHEMY + type: release_group + required: false + negate: false + pattern: BLASPHEMY - name: BOLS negate: false pattern: BOLS From c3919256475e78862f1c2df237d4390be216b45f Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 11 Apr 2026 14:51:51 -0500 Subject: [PATCH 4/4] tweak(regex): Update ASL / BSL / Audio Description --- regex_patterns/ASL.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex_patterns/ASL.yml b/regex_patterns/ASL.yml index af769471..d58ff4ed 100644 --- a/regex_patterns/ASL.yml +++ b/regex_patterns/ASL.yml @@ -1,5 +1,5 @@ name: ASL -pattern: \b(ASL)\b +pattern: \b(ASL|BSL|Audio[ ._-]Description)\b description: '' tags: - Enhancements