From bc049be6c86c76be1bcd93c61436d58260043b70 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 6 Sep 2025 13:34:35 -0500 Subject: [PATCH] tweak(regex): Fix DarQ Regex --- custom_formats/1080p Efficient TV Bluray Tier 2.yml | 5 ----- custom_formats/1080p Efficient TV WEB Tier 2.yml | 5 ----- regex_patterns/DarQ.yml | 2 +- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/custom_formats/1080p Efficient TV Bluray Tier 2.yml b/custom_formats/1080p Efficient TV Bluray Tier 2.yml index 328ec52..09f7ddb 100644 --- a/custom_formats/1080p Efficient TV Bluray Tier 2.yml +++ b/custom_formats/1080p Efficient TV Bluray Tier 2.yml @@ -21,11 +21,6 @@ conditions: pattern: x265 (Efficient) required: true type: release_title -- name: Not HONE - negate: true - pattern: HONE - required: true - type: release_title - name: DarQ negate: false pattern: DarQ diff --git a/custom_formats/1080p Efficient TV WEB Tier 2.yml b/custom_formats/1080p Efficient TV WEB Tier 2.yml index 3ae9e5a..c9bd37d 100644 --- a/custom_formats/1080p Efficient TV WEB Tier 2.yml +++ b/custom_formats/1080p Efficient TV WEB Tier 2.yml @@ -16,11 +16,6 @@ conditions: pattern: x265 (Efficient) required: true type: release_title -- name: Not HONE - type: release_title - required: true - negate: true - pattern: HONE - name: WEB-DL negate: false required: false diff --git a/regex_patterns/DarQ.yml b/regex_patterns/DarQ.yml index cdffd7f..97173a1 100644 --- a/regex_patterns/DarQ.yml +++ b/regex_patterns/DarQ.yml @@ -1,5 +1,5 @@ name: DarQ -pattern: (?<=^|[\s.-])DarQ\b +pattern: (?<=^|[\s.-])DarQ\b(?![\s.-]*HONE) description: '' tags: - Release Group