From f161359620fb35017258c2dc21165c20a86c4889 Mon Sep 17 00:00:00 2001 From: Visorask <54461452+Visorask@users.noreply.github.com> Date: Mon, 25 Jan 2021 14:46:17 -0600 Subject: [PATCH] Fixed issues. --- docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md b/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md index 46ecb9c43..840ff463f 100644 --- a/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md +++ b/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md @@ -259,7 +259,7 @@ Add this to your Preferred with a score of [500] BluRay / Dual-Audio / Scene|P2P Groups ```bash -/\bDHD\b|RedBlade|TENEIGHTY|WaLMaRT)/i +/(\bDHD\b|RedBlade|TENEIGHTY|WaLMaRT)/i ``` --- @@ -377,15 +377,15 @@ Add this to your Preferred with a score of [10]-[20]-[30] in order. Adds version due to anime groups sometimes fixing issues with their releases. ```bash -/\b(v2)\b/i +/(v2)/i ``` ```bash -/\b(v3)\b/i +/(v3)/i ``` ```bash -/\b(v4)\b/i +/(v4)/i ``` ---