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/921cb7b3fe76247c8ad1cdb6e89f40339dfb1c43/docs/json/radarr/cf/ma.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/radarr/cf/ma.json

21 lines
490 B

{
"trash_id": "2a6039655313bf5dab1e43523b62c374",
"trash_scores": {
"default": 20
},
"trash_regex": "https://regex101.com/r/B0AMvg/latest",
"name": "MA",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Movies Anywhere",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "(?<!dts[ .-]?hd[ .-]?)\\bma\\b(?=.*\\bweb[ ._-]?(dl|rip)\\b)"
}
}
]
}