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/0a37860d6e540b62ba5f4507b6622184a5a70ad5/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)"
}
}
]
}