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

36 lines
825 B

{
"trash_id": "07a32f77690263bb9fda1842db7e273f",
"trash_scores": {
"default": -10000,
"anime-sonarr": -10000,
"french-anime-multi": 0,
"french-anime-vostfr": 101,
"french-multi-vf": 0,
"french-multi-vo": 0,
"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"
}
}
]
}