From 7ab46b7a1da9bd5f4e18bc00270b727655e5e47b Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 14 Jul 2025 13:16:09 -0500 Subject: [PATCH] tweak(format): Remove SEV from all Tiers --- custom_formats/1080p Efficient Bluray Tier 2 (Sonarr).yml | 5 ----- custom_formats/1080p Efficient WEB Tier 3 (Sonarr).yml | 5 ----- regex_patterns/SEV.yml | 7 ------- 3 files changed, 17 deletions(-) delete mode 100644 regex_patterns/SEV.yml diff --git a/custom_formats/1080p Efficient Bluray Tier 2 (Sonarr).yml b/custom_formats/1080p Efficient Bluray Tier 2 (Sonarr).yml index 9fd9a8e..93b7e82 100644 --- a/custom_formats/1080p Efficient Bluray Tier 2 (Sonarr).yml +++ b/custom_formats/1080p Efficient Bluray Tier 2 (Sonarr).yml @@ -32,13 +32,8 @@ conditions: required: false type: release_group - name: MNHD - type: release_group - required: false negate: false pattern: MNHD -- name: SEV - negate: false - pattern: SEV required: false type: release_group tests: diff --git a/custom_formats/1080p Efficient WEB Tier 3 (Sonarr).yml b/custom_formats/1080p Efficient WEB Tier 3 (Sonarr).yml index 7597658..2c79b8e 100644 --- a/custom_formats/1080p Efficient WEB Tier 3 (Sonarr).yml +++ b/custom_formats/1080p Efficient WEB Tier 3 (Sonarr).yml @@ -26,11 +26,6 @@ conditions: required: false source: webrip type: source -- name: SEV - negate: false - pattern: SEV - required: false - type: release_group - name: YELLO negate: false pattern: YELLO diff --git a/regex_patterns/SEV.yml b/regex_patterns/SEV.yml deleted file mode 100644 index c9bc63b..0000000 --- a/regex_patterns/SEV.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: SEV -pattern: (?<=^|[\s.-])SEV\b|D0ct0rLew\b|Kira\b -description: '' -tags: -- Release Group -- WEB-DL -tests: []