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/8d7f86c0e0c54c2809822630fc1490b3ab1e46c2/json/sonarr/cf/tver.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/sonarr/cf/tver.json

39 lines
781 B

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