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/09efc6fd54d33f1c7d6ec23f17b4aa9628eb7783/docs/json/sonarr/cf/upscaled.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
{
"trash_id" : "23297a736ca77c0fc8e70f8edd7ee56c" ,
"trash_scores" : {
"default" : -10000
} ,
"trash_regex" : "https://regex101.com/r/xpT0Md/latest" ,
"name" : "Upscaled" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "AI Upscales" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "(?<=\\b\\d{3,4}p\\b)(?=.*\\b(HEVC)\\b)(?=.*\\b(AI)\\b)"
}
} ,
{
"name" : "AIUS" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(AIUS)\\b"
}
} ,
{
"name" : "Regrade" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b((Upscale)?Re-?graded?)\\b"
}
} ,
{
"name" : "TheUpscaler" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(The[ ._-]?Upscaler)\\b"
}
} ,
{
"name" : "Upscaled" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "(?<=\\b\\d{3,4}p\\b).*\\b(UPS|Up(s(caled?|UHD)|(Rez)))\\b"
}
}
]
}