From 4c56565adafb347a3c787581970edc80c7aebe3a Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 25 Aug 2021 20:10:03 +0200 Subject: [PATCH] Added: Paramount Plus (PMPTL) to the Sources (Streaming Service) - Added: Paramount Plus (PMPTL) to the Sources (Streaming Service) --- 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 0d191b879..2fb289911 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -160,6 +160,10 @@ Add this to your `Preferred (3)` with a score of [75] /\b(it)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` +```bash +/\b(pmtp)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +``` + ??? success "example" !!! attention