From 2d020bb28499c5d5ff1212b094d7cfab9c49b6d9 Mon Sep 17 00:00:00 2001 From: bedynamictech Date: Sun, 6 Jul 2025 18:37:07 -0700 Subject: [PATCH] add: Added successfulcrab to Web Tier 4 --- custom_formats/WEB-DL Tier 4.yml | 7 ++++++- regex_patterns/SUCCESSFULCRAB.yml | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 regex_patterns/SUCCESSFULCRAB.yml diff --git a/custom_formats/WEB-DL Tier 4.yml b/custom_formats/WEB-DL Tier 4.yml index 7355528..56d18a7 100644 --- a/custom_formats/WEB-DL Tier 4.yml +++ b/custom_formats/WEB-DL Tier 4.yml @@ -20,8 +20,13 @@ conditions: required: false type: release_group - name: LAZY + negate: false + pattern: LAZY + required: false + type: release_group +- name: SUCCESSFULCRAB type: release_group required: false negate: false - pattern: LAZY + pattern: SUCCESSFULCRAB tests: [] diff --git a/regex_patterns/SUCCESSFULCRAB.yml b/regex_patterns/SUCCESSFULCRAB.yml new file mode 100644 index 0000000..d73ca28 --- /dev/null +++ b/regex_patterns/SUCCESSFULCRAB.yml @@ -0,0 +1,19 @@ +name: SUCCESSFULCRAB +pattern: (?<=^|[\s.-])SUCCESSFULCRAB\b +description: ' + + 1. placeholder' +tags: +- Release Group +- WEB-DL +tests: +- expected: true + id: 1 + input: We.Were.Liars.S01E01.1080p.WEB.H264-SuccessfulCrab + lastRun: '2025-07-06T18:36:17.493049' + matchSpan: + end: 50 + start: 36 + matchedContent: SuccessfulCrab + matchedGroups: [] + passes: true