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/de18fe19d2c93b56aeef5b7591e26c8b9f23b75d/docs/json/radarr/hdr10plus.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
{
"trash_id" : "b974a6cd08c1066250f1f177d7aa1225" ,
"trash_score" : "600" ,
"name" : "HDR10+" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "HDR10+" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "\\bHDR10Plus|HDR10(\\b\\+)"
}
} ,
{
"name" : "Not DV HDR10" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
}
} ,
{
"name" : "Not HDR10" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\bHDR10(\\b[^+|Plus])"
}
} ,
{
"name" : "Not PQ" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(PQ)\\b"
}
} ,
{
"name" : "Not HLG" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(HLG)\\b"
}
} ,
{
"name" : "Not SDR" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\bSDR(\\b|\\d)"
}
} ,
{
"name" : "Not DV" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(dv|dovi|dolby[ .]?vision)\\b"
}
}
]
}