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/1e1ce603c7797fea30d4fbf6014e1e046e45c52b/docs/json/radarr/cf/ip.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/radarr/cf/ip.json

35 lines
697 B

{
"trash_id": "6185878161f1e2eef9cd0641a0d09eae",
"name": "IP",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "BBC iPlayer",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(ip|iplayer)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}