From 164a43940dadbcfb5a95ce7aba3a5d0180109f98 Mon Sep 17 00:00:00 2001 From: Visorask <54461452+Visorask@users.noreply.github.com> Date: Mon, 25 Jan 2021 23:18:57 -0600 Subject: [PATCH] Update Sonarr-Release-Profile-RegEx-Anime.md - Changed: Made the versions of anime more easily parsible, and consistent with the structure. --- docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md b/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md index 98254f088..c49762354 100644 --- a/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md +++ b/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md @@ -372,7 +372,7 @@ Adds Hi10|Hi10p into a match. Prefers this over some erroneous matches. --- -Add this to your Preferred with a score of [10]-[20]-[30] in order. +Add this to your Preferred with a score of [10] Adds version due to anime groups sometimes fixing issues with their releases. @@ -380,10 +380,18 @@ Adds version due to anime groups sometimes fixing issues with their releases. /(v2)/i ``` +--- + +Add this to your Preferred with a score of [20] + ```bash /(v3)/i ``` +--- + +Add this to your Preferred with a score of [30] + ```bash /(v4)/i ```