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: []