From b524a50bb1f64a9fc34c5bffebe70575353427eb Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 19 Dec 2021 16:57:21 +0100 Subject: [PATCH] Update Sonarr-Release-Profile-RegEx.md Updated: Sonarr - Release Profile RegEx (WEB-DL) - Changed: Better recornizing of so called scene releases, even renamed ones. --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index f410b91a1..e90c568e2 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -457,10 +457,10 @@ Add this to your `Must not contain (2)` If you don't want to download so called scene releases. -dd this to your `Must not contain (2)` +Add this to your `Must not contain (2)` ```bash -/\b([ .]WEB[ .])\b/i +/([-_. ]WEB[-_. ]|\bCAKES\b|GGEZ|GGWP|GLHF)/i ``` ------