Update Sonarr-Release-Profile-RegEx.md

- Fixed: proper recognizing of web with space and dots
pull/388/head
TRaSH 3 years ago
parent f05d570b2f
commit 951a3525d6

@ -452,7 +452,7 @@ Add this to your `Must not contain (2)`
If you don't want to download so called scene releases.
```bash
/\b(\.WEB\.)\b/i
/\b([ .]WEB[ .])\b/i
```
------

Loading…
Cancel
Save