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/branch/feat/guide-sync-add-more-groups/docs/json/sonarr/cf/abema.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/sonarr/cf/abema.json

47 lines
917 B

{
"trash_id": "a370d974bc7b80374de1d9ba7519760b",
"trash_scores": {
"default": 1
},
"name": "ABEMA",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "ABEMA",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(ABEMA[ ._-]?(TV)?)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
},
{
"name": "WEB",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 1
}
}
]
}