From 975a17cdab5651d3c6da92148332de9e1742f7d5 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Sun, 5 Feb 2023 14:18:21 +0000 Subject: [PATCH] Add VDL and NLZ to streaming groups (75) --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index b840369a7..237a32c59 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -202,6 +202,14 @@ Add this to your `Preferred (3)` with a score of [75] /\b(stan)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` +```bash +/\b(vdl)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +``` + +```bash +/\b(nlz)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i" +``` + !!! danger "Caution" Don't forget to click on `SAVE` after you've added everything you want to the release profile :bangbang: