From c9b8a60ae4657795b6c78d4b697b17992ccaa1e8 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Mon, 6 Feb 2023 19:04:37 +0000 Subject: [PATCH] Update regex for consistency across the guide --- docs/json/sonarr/cf/hbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/sonarr/cf/hbo.json b/docs/json/sonarr/cf/hbo.json index beb2a76f9..313702a60 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[ ._-]web[ ._-]?(dl|rip)?\\b" + "value": "\\b(hbo)(?![-_. ]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)" } }, {