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/d00d44291810cad372e91b7ea8ce4c349e888c78/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

31 lines
689 B

{
"trash_id": "9172b2f683f6223e3a1846427b417a3d",
"trash_scores": {
"anime-radarr": -10000,
"french-vostfr": 1000
},
"trash_regex": "https://regex101.com/r/sWCfAN/1",
"name": "VOSTFR",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "VOSTFR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(VOST.*?FR(E|A)?)\\b"
}
},
{
"name": "SUBFRENCH",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(SUBFR(A|ENCH)?)\\b"
}
}
]
}