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

38 lines
736 B

{
"trash_id": "3ac5d84fce98bab1b531393e9c82f467",
"trash_scores": {
"default": 80
},
"name": "QIBI",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Quibi",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(qibi|quibi)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}