From fbeee380cae2be6f6e7a07508476c0c11733bb3c Mon Sep 17 00:00:00 2001 From: nuxen <47067662+nuxencs@users.noreply.github.com> Date: Wed, 15 Feb 2023 19:36:42 +0100 Subject: [PATCH] feat(sonarr): added `CC` regex to Sonarr v3 guide --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index e9daa5b58..0557650bb 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -210,6 +210,10 @@ Add this to your `Preferred (3)` with a score of [75] /\b(nlz)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` +```bash +/\b(cc)\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: