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

39 lines
778 B

{
"trash_id": "bbcaf03147de0f73be2be4a9078dfa03",
"trash_scores": {
"default": 50
},
"trash_regex": "https://regex101.com/r/pa5TPZ/1",
"name": "4OD",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "4OD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(4OD)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}