Updated: Optional Ignore DoVi for WEBDL - Fixed recornizing DoVi after WEB-DL

```yml
Updated: Sonarr - Release Profile RegEx (WEB-DL)
- Updated: Optional Ignore DoVi for WEBDL - Fixed recornizing DoVi after WEB-DL
```
pull/193/head
TRaSH 3 years ago
parent 38416f1057
commit 60f79d79f8

@ -411,7 +411,8 @@ Add this for example as [15]
Add this to your `Must not contain (2)`
```bash
/\b(dv|dovi|dolby[ .]vision)\b.*(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
/\b(dv|dovi|dolby[ .]vision)\b.*(?=[ ._-]web[ ._-]?(dl|rip)\b)/i,
/(?=[ ._-]web[ ._-]?(dl|rip)\b).*\b(dv|dovi|dolby[ .]vision)\b/i
```
------

Loading…
Cancel
Save