ppai-plivo / detect-media-type

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

detect-media-type

Install:

You can download built binaries for Mac and Linux from the releases page.

Usage:

File:

$ ./detect-media-type ~/out.wav
File MIME type: audio/wav
File size: 589826

URL:

$ ./detect-media-type "https://homepages.cae.wisc.edu/~ece533/images/airplane.png"
Content-Length: 450502
Content-Type: image/png
Detected Content-Type: image/png

About

License:MIT License


Languages

Language:Go 100.0%