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