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

18 lines
398 B

{
"trash_id": "d660701077794679fd59e8bdf4ce3a29",
"trash_score": "100",
"name": "AMZN",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Amazon",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(amzn|amazon)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}