From 306a9c1877ec31cbb3722762809b14af3895d226 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 29 Aug 2025 10:50:21 -0500 Subject: [PATCH] tweak(regex): Fix Regex --- regex_patterns/UHD Bluray (Negation).yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/regex_patterns/UHD Bluray (Negation).yml b/regex_patterns/UHD Bluray (Negation).yml index 7e10220..7f0122c 100644 --- a/regex_patterns/UHD Bluray (Negation).yml +++ b/regex_patterns/UHD Bluray (Negation).yml @@ -1,15 +1,5 @@ name: UHD Bluray (Negation) -pattern: (?<=^|[\s.-])D0ct0rLew|MALUS|MovieMan|SM737|SQS|WOU\b +pattern: (?<=^|[\s.-])(D0ct0rLew|MALUS|MovieMan|SM737|SQS|WOU)\b description: Match release groups who should not be categorized as UHD Bluray tags: [] -tests: -- expected: true - id: 1 - input: Training Day 2001 1080p BluRay DDP 7 1 HDR x265-LEGi0N - lastRun: '2025-01-14T09:31:15.526804' - matchSpan: - end: 54 - start: 48 - matchedContent: LEGi0N - matchedGroups: [] - passes: true +tests: []