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/4c3dd8b0dbaf353261a144f1a4f6012762978dad/json/radarr/cf/u-next.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/radarr/cf/u-next.json

36 lines
744 B

{
"trash_id": "279bda7434fd9075786de274e6c3c202",
"trash_regex": "https://regex101.com/r/04ZSLm/1",
"name": "U-NEXT",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "U-NEXT",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(u-next)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}