From 45e962aa545dfbbf13528063c2ae1215b1cd8d47 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 30 Jan 2022 19:42:17 +0100 Subject: [PATCH] Fixed: screw up --- docs/json/radarr/no-rlsgroup.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/json/radarr/no-rlsgroup.json b/docs/json/radarr/no-rlsgroup.json index c80b33027..92c03f917 100644 --- a/docs/json/radarr/no-rlsgroup.json +++ b/docs/json/radarr/no-rlsgroup.json @@ -13,13 +13,22 @@ "value": "-[ ]?(?!(HD|MA|ES|X)\\b)\\w+?(\\.\\w{3})?$" } }, + { + "name": "No Weird Groups or Groups", + "implementation": "ReleaseTitleSpecification", + "negate": true, + "required": true, + "fields": { + "value": "\\b(Tigole|Joy|YIFY|YTS.MX|YTS.LT|FreetheFish|afm72|Anna|Bandi|Ghost|Kappa|MONOLITH|Qman|RZeroX|SAMPA|Silence|theincognito|t3nzin|Vyndros|HDO|DusIctv|DHD|SEV|CtrlHD|-ZR-|ADC|XZVN|RH|Kametsu)(?=\\]|\\))" + } + }, { "name": "No Weird Groups", "implementation": "ReleaseTitleSpecification", "negate": true, "required": true, "fields": { - "value": "\\b(Tigole|Joy|YIFY|YTS.MX|YTS.LT|FreetheFish|afm72|Anna|Bandi|Ghost|Kappa|MONOLITH|Qman|RZeroX|SAMPA|Silence|theincognito|t3nzin|Vyndros)(?=\\]|\\)|KRaLiMaRKo|E\\.N\\.D|D\\-Z0N3)\\b" + "value": "KRaLiMaRKo|E\\.N\\.D|D\\-Z0N3|Koten_Gars|BluDragon" } } ]