From dc122b87a5bbe7c399722f3eda44b97bbac8c057 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Mon, 24 Jul 2023 18:57:04 +0100 Subject: [PATCH] Update Sonarr-Release-Profile-RegEx.md Add OViD streaming service to RP regex guide page --- 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 442e6238b..57f7f2f16 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -223,6 +223,10 @@ Add this to your `Preferred (3)` with a score of [50] /\b(vdl)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` +```bash +/\b(ovid)\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: