1
0
Fork 0

Add group to words that should be filtered out from label name.

master
Icedream 2021-05-06 22:59:48 +02:00
parent 66355faaf8
commit edead36aa9
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@
label: data.label
? data.label
.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(/\b(holland|italy)\b/i, '')
.trim()