mirror of
https://github.com/TRaSH-Guides/Guides.git
synced 2026-05-03 23:09:58 -05:00
d3a63ec277
changed group spec condition regex for all Tier & LQ CFs to be more restrictive
27 lines
563 B
JSON
27 lines
563 B
JSON
{
|
|
"trash_id": "d0c516558625b04b363fa6c5c2c7cfd4",
|
|
"trash_score": "1800",
|
|
"name": "WEB Scene",
|
|
"includeCustomFormatWhenRenaming": false,
|
|
"specifications": [
|
|
{
|
|
"name": "DEFLATE",
|
|
"implementation": "ReleaseGroupSpecification",
|
|
"negate": false,
|
|
"required": false,
|
|
"fields": {
|
|
"value": "^(DEFLATE)$"
|
|
}
|
|
},
|
|
{
|
|
"name": "INFLATE",
|
|
"implementation": "ReleaseGroupSpecification",
|
|
"negate": false,
|
|
"required": false,
|
|
"fields": {
|
|
"value": "^(INFLATE)$"
|
|
}
|
|
}
|
|
]
|
|
}
|