From 1a9ef4137d8021fe61d344915daf569b9b954e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20M=C3=BCller?= <9016208+Seros@users.noreply.github.com> Date: Sat, 19 Aug 2023 11:25:19 +0200 Subject: [PATCH 1/2] Update Sonarr-Release-Profile-RegEx-Anime.md --- docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md index f491eeb4b9..5ee0a66bca 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md @@ -512,7 +512,7 @@ Add this to your Preferred with a score of **[1]** Adds version due to anime groups sometimes fixing issues with their releases. ```bash -/\d(v2)\b/i +/\b(v2)\b/i ``` --- @@ -520,7 +520,7 @@ Adds version due to anime groups sometimes fixing issues with their releases. Add this to your Preferred with a score of **[2]** ```bash -/\d(v3)\b/i +/\b(v3)\b/i ``` --- @@ -528,7 +528,7 @@ Add this to your Preferred with a score of **[2]** Add this to your Preferred with a score of **[3]** ```bash -/\d(v4)\b/i +/\b(v4)\b/i ``` --- From 1ff80d94f5c786afefb6a64fb6e9da974f7e141c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20M=C3=BCller?= <9016208+Seros@users.noreply.github.com> Date: Sat, 19 Aug 2023 14:25:35 +0200 Subject: [PATCH 2/2] Update visorakAnimeTwo.json --- docs/json/sonarr/rp/visorakAnimeTwo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/json/sonarr/rp/visorakAnimeTwo.json b/docs/json/sonarr/rp/visorakAnimeTwo.json index f1b877d38c..92139703da 100644 --- a/docs/json/sonarr/rp/visorakAnimeTwo.json +++ b/docs/json/sonarr/rp/visorakAnimeTwo.json @@ -135,20 +135,20 @@ { "score": 3, "terms": [ - "/\\d(v4)\\b/i" + "/\\b(v4)\\b/i" ] }, { "score": 2, "terms": [ - "/\\d(v3)\\b/i" + "/\\b(v3)\\b/i" ] }, { "score": 1, "terms": [ "/(10.?bit|hi10p)/i", - "/\\d(v2)\\b/i" + "/\\b(v2)\\b/i" ] }, {