Meta: Add charset=Ascii to unwanted descriptions

This commit is contained in:
theresa 2021-03-24 14:24:24 +01:00
parent 179b22d5b0
commit bc714059c3

View file

@ -39,6 +39,7 @@ var UnwantedDescriptions = map[string]bool{
"Exif_JPEG_PICTURE": true,
"<Digimax i5, Samsung #1>": true,
"DVC 10.1 HDMI": true,
"charset=Ascii": true,
}
var LowerCaseRegexp = regexp.MustCompile("[a-z0-9_\\-]+")