From 7fae73197ad4a84b8fb320a9880ac98ddf252bdf Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 7 Aug 2025 16:31:38 -0500 Subject: [PATCH] tweak(format): Add WELP to WEBDL Exceptions --- custom_formats/Banned WEB-DL (x265).yml | 7 ++++++- regex_patterns/WELP.yml | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 regex_patterns/WELP.yml diff --git a/custom_formats/Banned WEB-DL (x265).yml b/custom_formats/Banned WEB-DL (x265).yml index 497f85d..ebcc78f 100644 --- a/custom_formats/Banned WEB-DL (x265).yml +++ b/custom_formats/Banned WEB-DL (x265).yml @@ -130,10 +130,15 @@ conditions: required: true type: release_group - name: VD0N + negate: true + pattern: VD0N + required: true + type: release_group +- name: WELP type: release_group required: true negate: true - pattern: VD0N + pattern: WELP - name: XEBEC negate: true pattern: XEBEC diff --git a/regex_patterns/WELP.yml b/regex_patterns/WELP.yml new file mode 100644 index 0000000..aa53c23 --- /dev/null +++ b/regex_patterns/WELP.yml @@ -0,0 +1,7 @@ +name: WELP +pattern: (?<=^|[\s.-])WELP\b +description: '' +tags: +- Release Group +- WEB-DL +tests: []