feat (Starr): Add BEN THE MEN to LQ (Release Title) Custom Formats (#1773)

pull/1777/head
yammes08 4 months ago committed by GitHub
parent f6cb386616
commit 332a9aacb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,6 +15,15 @@
"value": "\\b(1XBET)\\b"
}
},
{
"name": "BEN THE MEN",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(BEN[ ._-]THE[ ._-]MEN)\\b"
}
},
{
"name": "BiTOR (2160p)",
"implementation": "ReleaseTitleSpecification",

@ -23,6 +23,15 @@
"fields": {
"value": "(?=.*?(\\b2160p\\b))(?=.*?(\\bBiTOR\\b))"
}
},
{
"name": "BEN THE MEN",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(BEN[ ._-]THE[ ._-]MEN)\\b"
}
}
]
}

Loading…
Cancel
Save