tweak(regex): Fix DarQ Regex

This commit is contained in:
Seraphys
2025-09-06 13:34:35 -05:00
parent 6b2df5f307
commit 657b8cc0fc
3 changed files with 1 additions and 11 deletions

View File

@@ -21,11 +21,6 @@ conditions:
pattern: x265 (Efficient) pattern: x265 (Efficient)
required: true required: true
type: release_title type: release_title
- name: Not HONE
negate: true
pattern: HONE
required: true
type: release_title
- name: DarQ - name: DarQ
negate: false negate: false
pattern: DarQ pattern: DarQ

View File

@@ -16,11 +16,6 @@ conditions:
pattern: x265 (Efficient) pattern: x265 (Efficient)
required: true required: true
type: release_title type: release_title
- name: Not HONE
type: release_title
required: true
negate: true
pattern: HONE
- name: WEB-DL - name: WEB-DL
negate: false negate: false
required: false required: false

View File

@@ -1,5 +1,5 @@
name: DarQ name: DarQ
pattern: (?<=^|[\s.-])DarQ\b pattern: (?<=^|[\s.-])DarQ\b(?![\s.-]*HONE)
description: '' description: ''
tags: tags:
- Release Group - Release Group