From c3c270e7d61ab7bc7eea835adaaeed7ccc0d6f11 Mon Sep 17 00:00:00 2001 From: zakary Date: Wed, 24 Apr 2024 03:46:11 -0500 Subject: [PATCH] update(cf/hbomax): adds capturing hbomax (without separator) https://regex101.com/r/VZsSwC/1 --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 2 +- docs/json/radarr/cf/hmax.json | 2 +- docs/json/sonarr/cf/hmax.json | 2 +- docs/json/sonarr/cf/uhd-streaming-cut.json | 2 +- docs/json/sonarr/rp/streaming.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 446906597..aa851af89 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -152,7 +152,7 @@ Add this to your `Preferred (3)` with a score of [90] Add this to your `Preferred (3)` with a score of [80] ```bash -/\b(hmax|hbom|hbo[ ._-]max)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +/\b(hmax|hbom|hbo[ ._-]?max)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` ```bash diff --git a/docs/json/radarr/cf/hmax.json b/docs/json/radarr/cf/hmax.json index 0c83fe0af..bda624618 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(?=[ ._-]web[ ._-]?(dl|rip)\\b)" + "value": "\\b(hmax|hbom|hbo[ ._-]?max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)" } }, { diff --git a/docs/json/sonarr/cf/hmax.json b/docs/json/sonarr/cf/hmax.json index 0a8145009..cd5d931ed 100644 --- a/docs/json/sonarr/cf/hmax.json +++ b/docs/json/sonarr/cf/hmax.json @@ -12,7 +12,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(hmax|hbom|hbo[ ._-]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)" + "value": "\\b(hmax|hbom|hbo[ ._-]?max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)" } }, { diff --git a/docs/json/sonarr/cf/uhd-streaming-cut.json b/docs/json/sonarr/cf/uhd-streaming-cut.json index 3f0588209..a80f85b6c 100644 --- a/docs/json/sonarr/cf/uhd-streaming-cut.json +++ b/docs/json/sonarr/cf/uhd-streaming-cut.json @@ -21,7 +21,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(hmax|hbom|hbo[ ._-]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)" + "value": "\\b(hmax|hbom|hbo[ ._-]?max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)" } }, { diff --git a/docs/json/sonarr/rp/streaming.json b/docs/json/sonarr/rp/streaming.json index d0aaf61a3..94587c905 100644 --- a/docs/json/sonarr/rp/streaming.json +++ b/docs/json/sonarr/rp/streaming.json @@ -20,7 +20,7 @@ { "score": 80, "terms": [ - "/\\b(hmax|hbom|hbo[ ._-]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", + "/\\b(hmax|hbom|hbo[ ._-]?max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", "/\\b(qibi|quibi)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" ] },