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

36 lines
912 B

4 years ago
{
"trash_id": "e7718d7a3ce595f289bfee26adc178f5",
"trash_score": "11",
"trash_regex": "https://regex101.com/r/S91wR8/2",
4 years ago
"name": "Repack/Proper",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Repack",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Repack)\\b"
4 years ago
}
},
{
"name": "Proper",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Proper)\\b"
4 years ago
}
},
{
"name": "Rerip",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Rerip)\\b"
4 years ago
}
}
]
}