[issue16329] mimetypes does not support webm type

Chris Rebert report at bugs.python.org
Wed Dec 3 20:59:12 CET 2014


Chris Rebert added the comment:

WebM's docs use "video/webm" and never use an "application/*" type.
See http://www.webmproject.org/docs/container/

They also specify "audio/webm" for audio-only content, but both use the same file extension, so associating ".webm" with "video/webm" seems quite reasonable since it's more general (an audio-only file is just a degenerate case of an audiovideo file).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16329>
_______________________________________


More information about the Python-bugs-list mailing list