Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/blame/commit/f8018cf1488debf079cc3e2a10ae18ac803dc787/json/sonarr/cf/ip.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/sonarr/cf/ip.json

38 lines
740 B

{
"trash_id": "dc503e2425126fa1d0a9ad6168c83b3f",
"trash_scores": {
"default": 50
},
"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": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}