Common non standard MIME types

Viewed 138

I am looking for some common non standard MIME types like:

audio/mp3

These are the standardized MIME types. https://www.iana.org/assignments/media-types/media-types.xhtml

Because while using the mimetypes module in python I stumbled upon the aforementioned audio/mp3 MIME type, which is quite common, but wrong the correct MIME type is audio/mpeg. As discussed here Which mime type should I use for mp3.

I wasn't able to find a good list of common non standard MIME types, if someone could point me in the right direction I would be grateful.

Thx in advance

0 Answers
Related