mirror of https://github.com/python/cpython
Patch 1353 by Jacob Winther.
Add mp4 mapping to mimetypes.py.
This commit is contained in:
parent
60d58406d0
commit
dff51b2898
|
@ -393,6 +393,7 @@ def _default_mime_types():
|
|||
'.movie' : 'video/x-sgi-movie',
|
||||
'.mp2' : 'audio/mpeg',
|
||||
'.mp3' : 'audio/mpeg',
|
||||
'.mp4' : 'video/mp4',
|
||||
'.mpa' : 'video/mpeg',
|
||||
'.mpe' : 'video/mpeg',
|
||||
'.mpeg' : 'video/mpeg',
|
||||
|
|
Loading…
Reference in New Issue