Update Sonarr-Release-Profile-RegEx.md

By making the release type (webdl/rip) part of a non-capturing group, renames with {Preferred Words} won't overlap with {Quality Title} (e.g.: WEB-DL won't occur twice).
pull/63/head
aljohn92 4 years ago committed by GitHub
parent d1c086251d
commit 222a1520a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -79,17 +79,17 @@ It's recommended to add the Release Sources separate from the other release prof
```bash ```bash
# Preferred (3) # Preferred (3)
[100] /(amzn|amazon).?web.?(dl|rip)/i [100] /(amzn|amazon)(?=.?web.?(dl|rip))/i
[100] /(atvp).?web.?(dl|rip)/i [100] /(atvp)(?=.?web.?(dl|rip))/i
[100] /(hmax).?web.?(dl|rip)/i [100] /(hmax)(?=.?web.?(dl|rip))/i
[90] /(dsnp|dsny|disney).?web.?(dl|rip)/i [90] /(dsnp|dsny|disney)(?=.?web.?(dl|rip))i
[90] /(nf|netflix).?web.?(dl|rip)/i [90] /(nf|netflix)(?=.?web.?(dl|rip))/i
[90] /(qibi).?web.?(dl|rip)/i [90] /(qibi)(?=.?web.?(dl|rip))/i
[85] /(hulu).?web.?(dl|rip)/i [85] /(hulu)(?=.?web.?(dl|rip))/i
[75] /(dcu).?web.?(dl|rip)/i [75] /(dcu)(?=.?web.?(dl|rip))/i
[75] /(hbo).?web.?(dl|rip)/i [75] /(hbo)(?=.?web.?(dl|rip))/i
[75] /(red).?web.?(dl|rip)/i [75] /(red)(?=.?web.?(dl|rip))/i
[75] /(it).?web.?(dl|rip)/i [75] /(it)(?=.?web.?(dl|rip))/i
``` ```
!!! note !!! note

Loading…
Cancel
Save