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

36 lines
732 B

{
"trash_id": "f67c9ca88f463a48346062e8ad07713f",
"trash_score": "100",
"name": "ATVP",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Apple TV+",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(atvp|aptv|Apple TV\\+)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}