database/custom_formats/German DL.yml
2025-12-09 23:36:54 +01:00

14 lines
403 B
YAML

"name": "German DL",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "German DL",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "(?i)german\\s*\\.?dl|(?<=\\bGerman\\b.*)(?<!\\bWEB[-_. ])\\bDL\\b|\\[DE\\+[a-z]{2}\\]|\\[[a-z]{2}\\+DE\\]|ger,\\s*[a-z]{3}\\]|\\[[a-z]{3}\\s*,\\s*ger\\]"
}
}
]