Merge pull request #572 from foux/fix-badlynamed-dovi

Fix DoVi without HDR fallback for badly named releases
pull/573/head
TRaSH 2 years ago committed by GitHub
commit ec4f13e95f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -469,7 +469,7 @@ Add this to your `Preferred (3)` with a score of [15]
Add this to your `Must not contain (2)`
```bash
/^(?!.*(HDR|HULU|REMUX))(?=.*\b(DV|Dovi|Dolby[- .]Vision)\b).*/i
/^(?!.*(HDR|HULU|REMUX))(?=.*\b(DV|Dovi|Dolby[- .]?Vision)\b).*/i
```
------

Loading…
Cancel
Save