|
|
|
@ -11,21 +11,39 @@
|
|
|
|
|
"includeCustomFormatWhenRenaming": false,
|
|
|
|
|
"specifications": [
|
|
|
|
|
{
|
|
|
|
|
"name": "LEGi0N",
|
|
|
|
|
"implementation": "ReleaseGroupSpecification",
|
|
|
|
|
"negate": false,
|
|
|
|
|
"required": false,
|
|
|
|
|
"name": "Not REMUX",
|
|
|
|
|
"implementation": "QualityModifierSpecification",
|
|
|
|
|
"negate": true,
|
|
|
|
|
"required": true,
|
|
|
|
|
"fields": {
|
|
|
|
|
"value": "^(LEGi0N)$"
|
|
|
|
|
"value": 5
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "SPHD",
|
|
|
|
|
"implementation": "ReleaseGroupSpecification",
|
|
|
|
|
"name": "Not WEBDL",
|
|
|
|
|
"implementation": "SourceSpecification",
|
|
|
|
|
"negate": true,
|
|
|
|
|
"required": true,
|
|
|
|
|
"fields": {
|
|
|
|
|
"value": 7
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Not WEBRIP",
|
|
|
|
|
"implementation": "SourceSpecification",
|
|
|
|
|
"negate": true,
|
|
|
|
|
"required": true,
|
|
|
|
|
"fields": {
|
|
|
|
|
"value": 8
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "2160p",
|
|
|
|
|
"implementation": "ResolutionSpecification",
|
|
|
|
|
"negate": false,
|
|
|
|
|
"required": false,
|
|
|
|
|
"required": true,
|
|
|
|
|
"fields": {
|
|
|
|
|
"value": "^(SPHD)$"
|
|
|
|
|
"value": 2160
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
@ -38,48 +56,39 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "WEBDV",
|
|
|
|
|
"name": "HONE",
|
|
|
|
|
"implementation": "ReleaseGroupSpecification",
|
|
|
|
|
"negate": false,
|
|
|
|
|
"required": false,
|
|
|
|
|
"fields": {
|
|
|
|
|
"value": "^(WEBDV)$"
|
|
|
|
|
"value": "^(HONE)$"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "2160p",
|
|
|
|
|
"implementation": "ResolutionSpecification",
|
|
|
|
|
"name": "LEGi0N",
|
|
|
|
|
"implementation": "ReleaseGroupSpecification",
|
|
|
|
|
"negate": false,
|
|
|
|
|
"required": true,
|
|
|
|
|
"fields": {
|
|
|
|
|
"value": 2160
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Not REMUX",
|
|
|
|
|
"implementation": "QualityModifierSpecification",
|
|
|
|
|
"negate": true,
|
|
|
|
|
"required": true,
|
|
|
|
|
"required": false,
|
|
|
|
|
"fields": {
|
|
|
|
|
"value": 5
|
|
|
|
|
"value": "^(LEGi0N)$"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Not WEBDL",
|
|
|
|
|
"implementation": "SourceSpecification",
|
|
|
|
|
"negate": true,
|
|
|
|
|
"required": true,
|
|
|
|
|
"name": "SPHD",
|
|
|
|
|
"implementation": "ReleaseGroupSpecification",
|
|
|
|
|
"negate": false,
|
|
|
|
|
"required": false,
|
|
|
|
|
"fields": {
|
|
|
|
|
"value": 7
|
|
|
|
|
"value": "^(SPHD)$"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Not WEBRIP",
|
|
|
|
|
"implementation": "SourceSpecification",
|
|
|
|
|
"negate": true,
|
|
|
|
|
"required": true,
|
|
|
|
|
"name": "WEBDV",
|
|
|
|
|
"implementation": "ReleaseGroupSpecification",
|
|
|
|
|
"negate": false,
|
|
|
|
|
"required": false,
|
|
|
|
|
"fields": {
|
|
|
|
|
"value": 8
|
|
|
|
|
"value": "^(WEBDV)$"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|