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

36 lines
738 B

{
"trash_id": "f1b0bae9bc222dab32c1b38b5a7a1088",
"trash_regex": "https://regex101.com/r/ZdWC9D/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": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}