fix(sonarr): add DSCV to Discovery+ CF matching (#1937)

pull/1896/head
nuxen 3 weeks ago committed by GitHub
parent c42ad44dfe
commit 92c16e819d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,6 +3,7 @@
"trash_scores": {
"default": 50
},
"trash_regex": "https://regex101.com/r/i0x6OX/latest",
"name": "DSCP",
"includeCustomFormatWhenRenaming": true,
"specifications": [
@ -12,7 +13,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(dscp|dcp|disc)\\b[ ._-]web[ ._-]?(dl|rip)?\\b"
"value": "\\b((dscp|dcp|disc)\\b|dscv\\+?)[ ._-]web[ ._-]?(dl|rip)?\\b"
}
},
{

Loading…
Cancel
Save