mirror of https://github.com/TRaSH-/Guides.git
39 lines
787 B
JSON
39 lines
787 B
JSON
{
|
|
"trash_id": "4404ad44d87ccbb82746e180713112fb",
|
|
"trash_regex": "https://regex101.com/r/PNiRKh/1",
|
|
"trash_scores": {
|
|
"default": 50
|
|
},
|
|
"name": "HTSR",
|
|
"includeCustomFormatWhenRenaming": true,
|
|
"specifications": [
|
|
{
|
|
"name": "Hotstar",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": false,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b(HTSR|HS)\\b"
|
|
}
|
|
},
|
|
{
|
|
"name": "WEBDL",
|
|
"implementation": "SourceSpecification",
|
|
"negate": false,
|
|
"required": false,
|
|
"fields": {
|
|
"value": 3
|
|
}
|
|
},
|
|
{
|
|
"name": "WEBRIP",
|
|
"implementation": "SourceSpecification",
|
|
"negate": false,
|
|
"required": false,
|
|
"fields": {
|
|
"value": 4
|
|
}
|
|
}
|
|
]
|
|
}
|