Regex consistency with YT Red

pull/1140/head
yammes08 1 year ago committed by GitHub
parent ec09a3ea9a
commit a3dfd4bf97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(hbo)(?![-_. ]max)\\b"
"value": "\\b(hbo)(?![-_. ]max)\\b[ ._-]web[ ._-]?(dl|rip)?\\b"
}
},
{
@ -30,15 +30,6 @@
"fields": {
"value": 4
}
},
{
"name": "HBO",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(HBO)\\b"
}
}
]
}

Loading…
Cancel
Save