You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
697 B
34 lines
697 B
3 years ago
|
{
|
||
|
"trash_id": "170b1d363bd8516fbf3a3eb05d4faff6",
|
||
|
"name": "Netflix",
|
||
|
"includeCustomFormatWhenRenaming": true,
|
||
|
"specifications": [
|
||
|
{
|
||
|
"name": "Netflix",
|
||
|
"implementation": "ReleaseTitleSpecification",
|
||
|
"negate": false,
|
||
|
"required": true,
|
||
|
"fields": {
|
||
|
"value": "\\b(nf|netflix)\\b"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "WEBDL",
|
||
|
"implementation": "SourceSpecification",
|
||
|
"negate": false,
|
||
|
"required": false,
|
||
|
"fields": {
|
||
|
"value": 7
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "WEBRIP",
|
||
|
"implementation": "SourceSpecification",
|
||
|
"negate": false,
|
||
|
"required": false,
|
||
|
"fields": {
|
||
|
"value": 8
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|