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

39 lines
814 B

{
"trash_id": "4e9a630db98d5391aec1368a0256e2fe",
"trash_scores": {
"default": 50
},
"trash_regex": "https://regex101.com/r/eymcie/1",
"name": "CRAV",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Crave",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(crav(e)?)\\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
}
}
]
}