From a3dfd4bf97187865924fd529acfcdba9c5ef945c Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Sun, 5 Feb 2023 21:42:40 +0000 Subject: [PATCH] Regex consistency with YT Red --- docs/json/sonarr/cf/hbo.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/json/sonarr/cf/hbo.json b/docs/json/sonarr/cf/hbo.json index bf51332e7..beb2a76f9 100644 --- a/docs/json/sonarr/cf/hbo.json +++ b/docs/json/sonarr/cf/hbo.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(hbo)(?![-_. ]max)\\b" + "value": "\\b(hbo)(?![-_. ]max)\\b[ ._-]web[ ._-]?(dl|rip)?\\b" } }, { @@ -30,15 +30,6 @@ "fields": { "value": 4 } - }, - { - "name": "HBO", - "implementation": "ReleaseGroupSpecification", - "negate": true, - "required": true, - "fields": { - "value": "\\b(HBO)\\b" - } } ] }