Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/src/commit/e4b1805acfd986d5cf4a28d2773029fee34be043/docs/json/radarr/hbo-max.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/radarr/hbo-max.json

34 lines
704 B

{
"trash_id": "5763d1b0ce84aff3b21038eea8e9b8ad",
"name": "HBO Max",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "HBO Max",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(hmax|hbom|HBO Max)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}