From 597383ac45a80eef62c1ba17f95eb0dbaf4e8c4d Mon Sep 17 00:00:00 2001 From: Visorask <54461452+Visorask@users.noreply.github.com> Date: Sat, 6 Mar 2021 00:50:34 -0600 Subject: [PATCH] Update Sonarr-Release-Profile-RegEx-Anime.md - [Fixed] Word boundary around SSA --- docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md | 2 +- 1 file changed, 1 insertion(+), 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 28242b6a6..b0fec3b9a 100644 --- a/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md +++ b/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md @@ -211,7 +211,7 @@ The reason most of these are added is due to their shitty quality or just in gen ```bash /(\[EMBER\]|-EMBER\b|DaddySubs)/i, -/(BDMV|M2TS|SSA)/i, +/(BDMV|M2TS|\bSSA\b)/i, /(CuaP|PnPSubs|ICEBLUE|SLAX|U3-Web)/i, /(Raws-Maji|\bKRP\b|M@nI|Kanjouteki|PuyaSubs)/i, /\b(Beatrice|ohys|Kawaiika|neko|daddy)[ ._-]?(raws)\b/i,