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

44 lines
953 B

{
"trash_id": "570b03b3145a25011bf073274a407259",
"name": "HIDIVE",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
},
{
"name": "WEB",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 1
}
},
{
"name": "HIDIVE",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(HIDI(VE)?)\\b"
}
}
]
}