HoneyryderChuck be5300ea4a fix: remove mime-types support for mime type file detection
mime-types uses filenames, which is a terrible and inaccurate strategy
to infer mime types (example: "a.mp4" can be "application/mp4" or
"audio/mp4" before it's "video/mp4").

Added support for `marcel` and `filemagic`, which both support magic
bytes detection strategy.

Fixes #171
2021-12-18 00:47:19 +00:00
..