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

66 lines
1.4 KiB

{
"trash_id": "d2d299244a92b8a52d4921ce3897a256",
"trash_score": -20,
"trash_scores": {
"default": -20
},
"name": "UHD Streaming Cut",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Amazon",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(amzn|amazon)\\b"
}
},
{
"name": "HBO Max",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(hmax|hbom|hbo[ ._-]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
},
{
"name": "Stan",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(stan)\\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
}
},
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
}
]
}