Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/src/commit/4aaec06fe65a8489931d6225eb8adc2c2ccaaa88/docs/json/sonarr/cf/hbo.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/sonarr/cf/hbo.json

36 lines
750 B

{
"trash_id": "7a235133c87f7da4c8cccceca7e3c7a6",
"trash_score": "75",
"name": "HBO",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "HBO",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(hbo)(?![ ._-]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}