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/8359d8e1136bd4ecee50c806036f63db72dbccec/json/sonarr/cf/dsnp.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/sonarr/cf/dsnp.json

39 lines
778 B

{
"trash_id": "89358767a60cc28783cdc3d0be9388a4",
"trash_scores": {
"default": 100,
"anime-sonarr": 5
},
"name": "DSNP",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Disney+",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(dsnp|dsny|disney|Disney\\+)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}