Add group to words that should be filtered out from label name.
parent
66355faaf8
commit
edead36aa9
|
@ -384,7 +384,7 @@
|
||||||
label: data.label
|
label: data.label
|
||||||
? data.label
|
? data.label
|
||||||
.replace(/\bw?reck?(ord(ing)?)?s?\b/i, '')
|
.replace(/\bw?reck?(ord(ing)?)?s?\b/i, '')
|
||||||
.replace(/\b(digital|audio|music)(\s+bundles?)?$/i, '')
|
.replace(/\b(digital|audio|music)(\s+group|bundles?)?$/i, '')
|
||||||
.replace(/\s+\([\s\da-z]+\)$/i, '')
|
.replace(/\s+\([\s\da-z]+\)$/i, '')
|
||||||
.replace(/\b(holland|italy)\b/i, '')
|
.replace(/\b(holland|italy)\b/i, '')
|
||||||
.trim()
|
.trim()
|
||||||
|
|
Loading…
Reference in New Issue