mirror of https://github.com/TRaSH-/Guides.git
35 lines
686 B
JSON
35 lines
686 B
JSON
{
|
|
"trash_id": "3bf143ecd06f66ed88da4c704350af1d",
|
|
"name": "AUBC",
|
|
"includeCustomFormatWhenRenaming": true,
|
|
"specifications": [
|
|
{
|
|
"name": "AUBC",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": false,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b(AUBC)\\b"
|
|
}
|
|
},
|
|
{
|
|
"name": "WEBDL",
|
|
"implementation": "SourceSpecification",
|
|
"negate": false,
|
|
"required": false,
|
|
"fields": {
|
|
"value": 7
|
|
}
|
|
},
|
|
{
|
|
"name": "WEBRIP",
|
|
"implementation": "SourceSpecification",
|
|
"negate": false,
|
|
"required": false,
|
|
"fields": {
|
|
"value": 8
|
|
}
|
|
}
|
|
]
|
|
}
|