diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index a3e0a2300..7950723ae 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -441,6 +441,16 @@ Add this to your `Must not contain (2)` Add this to your `Must not contain (2)` +```bash +/\b(\.WEB\.)\b/i +``` + +#### Optional Ignore scene releases + +??? NOTE "WHY ? - [CLICK TO EXPAND]" + + If you don't want to download so called scene releases. + ```bash /\b(-scene)\b/i ```