From 1daf6a6db64dc75bb2f367899703c6c2c1ce7ae7 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Mon, 6 Feb 2023 19:03:31 +0000 Subject: [PATCH] Update HBO/HMAX for consistency across the guide --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index cd614444b..f7a9d4932 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -163,7 +163,7 @@ Add this to your `Preferred (3)` with a score of [90] ``` ```bash -/\b(hmax|hbom|hbo max)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +/\b(hmax|hbom|hbo[-_. ]max)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` Add this to your `Preferred (3)` with a score of [85] @@ -183,7 +183,7 @@ Add this to your `Preferred (3)` with a score of [75] ``` ```bash -/\b(hbo)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +/\b(hbo)(?![-_. ]max)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` ```bash