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

40 lines
847 B

{
"trash_id": "c30d2958827d1867c73318a5a2957eb1",
"trash_score": 50,
"trash_scores": {
"default": 50
},
"trash_regex": "https://regex101.com/r/GfOSFe/1",
"name": "RED",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "YouTube Red",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(red|youtube red)\\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
}
}
]
}