diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index 464c9a61561..fa62326c04a 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -433,6 +433,8 @@ def _default_mime_types(): '.ksh' : 'text/plain', '.latex' : 'application/x-latex', '.m1v' : 'video/mpeg', + '.m3u' : 'application/vnd.apple.mpegurl', + '.m3u8' : 'application/vnd.apple.mpegurl', '.man' : 'application/x-troff-man', '.me' : 'application/x-troff-me', '.mht' : 'message/rfc822',