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