From 94d8eb81ab92821c5dcebd3eea93f100099038fe Mon Sep 17 00:00:00 2001 From: bedynamictech Date: Sun, 6 Jul 2025 19:58:37 -0700 Subject: [PATCH] tweak: Updated Uncensored Format Tag --- custom_formats/Uncensored.yml | 6 +++--- regex_patterns/Uncensored.yml | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/custom_formats/Uncensored.yml b/custom_formats/Uncensored.yml index 934c143..2130211 100644 --- a/custom_formats/Uncensored.yml +++ b/custom_formats/Uncensored.yml @@ -1,11 +1,11 @@ name: Uncensored description: '' tags: -- Sonarr +- Edition conditions: - name: Uncensored - type: release_title - required: true negate: false pattern: Uncensored + required: true + type: release_title tests: [] diff --git a/regex_patterns/Uncensored.yml b/regex_patterns/Uncensored.yml index d5f0d76..2968b54 100644 --- a/regex_patterns/Uncensored.yml +++ b/regex_patterns/Uncensored.yml @@ -1,7 +1,8 @@ name: Uncensored pattern: (?<=^|[^\w])(?:Uncut|Unrated|Uncensored|AT[-_. ]?X)(?=[^\w]|$) description: '' -tags: [] +tags: +- Edition tests: - expected: true id: 1