From a56ee04536d25a110db6dbad72c58780788abfa9 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sun, 1 Jan 2012 18:34:29 +0100 Subject: Issue #13640: add application/vnd.apple.mpegurl MIME type; (partial) patch by Hiroaki Kawai --- Lib/mimetypes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index 464c9a6..fa62326 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', -- cgit v0.12