Home:ALL Converter>Common non standard MIME types

Common non standard MIME types

Ask Time:2021-08-30T18:22:14         Author:xyhlon

Json Formatter

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

Author:xyhlon,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/68982493/common-non-standard-mime-types
yy