From a92e8b989f3ea25c938dd4e0deb87f41be1be983 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Mon, 6 Feb 2023 19:06:12 +0000 Subject: [PATCH] Update regex for consistency across the guide --- docs/json/radarr/cf/hmax.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/radarr/cf/hmax.json b/docs/json/radarr/cf/hmax.json index 011e61541..2030d7d5d 100644 --- a/docs/json/radarr/cf/hmax.json +++ b/docs/json/radarr/cf/hmax.json @@ -9,7 +9,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(hmax|hbom|HBO Max)\\b" + "value": "\\b(hmax|hbom|hbo[-_. ]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)" } }, {