Create HBO.json for older non-HMAX releases

pull/1140/head
yammes08 2 years ago committed by GitHub
parent a92e8b989f
commit f3e7b45182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,34 @@
{
"trash_id": "509e5f41146e278f9eab1ddaceb34515"
"name": "HBO",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "HBO",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(hbo)(?![-_. ]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}
Loading…
Cancel
Save