Updated: [hq] - Ignores WEBDL so you don't get double scoring from [hq-webdl]

pull/260/head
TRaSH 3 years ago
parent 9a7d783e42
commit a7cc04bf8f

@ -3,7 +3,8 @@
"trash_score": "100",
"name": "HQ",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"specifications": [
{
"name": "[BLOCK1]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
@ -47,6 +48,24 @@
"fields": {
"value": "-FraMeSToR|-EPSiLON|\\bKRaLiMaRKo\\b|-PmP|-BLURANiUM|-SiCFoI|-SURFINBIRD"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 8
}
}
]
}
Loading…
Cancel
Save