Merge pull request #800 from rg9400/patch-4

fix Special Edition for new {edition-} naming
pull/801/head
TRaSH 2 years ago committed by GitHub
commit 3386e9cd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,7 @@
{
"trash_id": "957d0f44b592285f26449575e8b1167e",
"trash_score": "25",
"trash_regex": "https://regex101.com/r/ZUo0H1/1",
"name": "Special Edition",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
@ -9,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "(?<!^)\\b(extended|uncut|director|special|unrated|uncensored|cut|version|edition)(\\b|\\d)"
"value": "(?<!^|{)\\b(extended|uncut|director|special|unrated|uncensored|cut|version|edition)(\\b|\\d)"
}
},
{

Loading…
Cancel
Save