Meta: Add charset=Ascii to unwanted descriptions
This commit is contained in:
parent
179b22d5b0
commit
bc714059c3
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ var UnwantedDescriptions = map[string]bool{
|
||||||
"Exif_JPEG_PICTURE": true,
|
"Exif_JPEG_PICTURE": true,
|
||||||
"<Digimax i5, Samsung #1>": true,
|
"<Digimax i5, Samsung #1>": true,
|
||||||
"DVC 10.1 HDMI": true,
|
"DVC 10.1 HDMI": true,
|
||||||
|
"charset=Ascii": true,
|
||||||
}
|
}
|
||||||
|
|
||||||
var LowerCaseRegexp = regexp.MustCompile("[a-z0-9_\\-]+")
|
var LowerCaseRegexp = regexp.MustCompile("[a-z0-9_\\-]+")
|
||||||
|
|
Loading…
Reference in a new issue