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

27 lines
606 B

{
"trash_id": "9172b2f683f6223e3a1846427b417a3d",
"trash_regex": "https://regex101.com/r/sWCfAN/1",
"name": "VOSTFR",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "VOSTFR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bVOST.*?FR(E|A)?\\b"
}
},
{
"name": "SUBFRENCH",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bSUBFR(A|ENCH)?\\b"
}
}
]
}