nathanpeck / exiftool

A Node.js wrapper around exiftool, providing metadata extraction from numerous audio, video, document, and binary filetypes
MIT License
81 stars 26 forks source link

Split on first colon only, instead of all colons #8

Open twitchard opened 9 years ago

twitchard commented 9 years ago

I had a .pdf file with a title that had a colon in it. The module was misbehaving so I added support for values with multiple colons.