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