From dbbd0ef7555e4b03320c52675f33d9be99522a7b Mon Sep 17 00:00:00 2001 From: Visorask <54461452+Visorask@users.noreply.github.com> Date: Thu, 25 Feb 2021 10:18:15 -0600 Subject: [PATCH] Fixes - Fixed: Couple of groups being in negative/banned category to fix getting erroneous releases for a few anime. --- docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md b/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md index 38648450d..4233bbb75 100644 --- a/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md +++ b/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md @@ -474,6 +474,10 @@ FanSubs 2nd Tier /(\[Doki\]|-Doki\b|\[Chihiro\]|-Chihiro\b|Final8)/i ``` +```bash +/(\[tenshi\]|-tenshi\b|\bPAS\b|SHiN-gx)/i +``` + --- !!! note @@ -563,7 +567,7 @@ Sub-Par Releases 2nd Tier (Re-encoded to crap or really small filesizes) (Sepera ``` ```bash -/(\bMD\b|Pog42|mdcx|\bPAS\b|SHiN-gx)/i +/(\bMD\b|Pog42|mdcx)/i ``` ```bash @@ -578,10 +582,6 @@ Sub-Par Releases 2nd Tier (Re-encoded to crap or really small filesizes) (Sepera /(\[Harunatsu\]|-Harunatsu\b)/i ``` -```bash -/(\[tenshi\]|-tenshi\b)/i -``` - ```bash /(\[Davinci\]|-Davinci\b)/i ```