mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Patch 1353 by Jacob Winther.
Add mp4 mapping to mimetypes.py.
This commit is contained in:
parent
60d58406d0
commit
dff51b2898
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue