mirror of
https://github.com/dmasur/database.git
synced 2026-02-03 06:04:24 +01:00
Add German DL custom format specification
This commit is contained in:
parent
aa513e5882
commit
84f10d57f5
13
custom_formats/German DL.yml
Normal file
13
custom_formats/German DL.yml
Normal file
@ -0,0 +1,13 @@
|
||||
"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\\]"
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
x
Reference in New Issue
Block a user