From a4537b39e6cdbedd27ac9f8934ea2ef0dbc16f0d Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 7 Aug 2025 16:52:36 -0500 Subject: [PATCH] tweak(format): Add AjA to WEBDL Exceptions --- custom_formats/Banned WEB-DL (x265).yml | 9 +++++++-- regex_patterns/AjA.yml | 7 +++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 regex_patterns/AjA.yml diff --git a/custom_formats/Banned WEB-DL (x265).yml b/custom_formats/Banned WEB-DL (x265).yml index 06361f9..3ac7f22 100644 --- a/custom_formats/Banned WEB-DL (x265).yml +++ b/custom_formats/Banned WEB-DL (x265).yml @@ -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 diff --git a/regex_patterns/AjA.yml b/regex_patterns/AjA.yml new file mode 100644 index 0000000..6934962 --- /dev/null +++ b/regex_patterns/AjA.yml @@ -0,0 +1,7 @@ +name: AjA +pattern: (?<=^|[\s.-])AjA\b +description: '' +tags: +- Release Group +- WEB-DL +tests: []