Skip to content

Commit 0acf135

Browse files
authored
Add new video MIME types and update contributions
Added new MIME types for various video file extensions and updated contribution references.
1 parent 2cef8a4 commit 0acf135

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,8 +867,17 @@ mimetypes
867867
- ``application/vnd.ms-cab-compressed`` for ``.cab`` extension
868868
- ``application/vnd.ms-htmlhelp`` for ``.chm`` extension
869869
- ``application/vnd.ms-officetheme`` for ``.thmx`` extension
870-
871-
(Contributed by Charlie Lin in :gh:`145718`.)
870+
- ``.3gp`` for ``video/3gpp``
871+
- ``.3g2`` for ``video/3gpp2``
872+
- ``.m4s`` for ``video/iso.segment``
873+
- ``.lot`` for ``video/lottie+json``
874+
- ``.mj2`` for ``video/mj2``
875+
- ``.pyv`` for ``video/vnd.ms-playready.media.pyv``
876+
- ``.blk`` and ``.bk2`` for ``video/vnd.radgamettools.bink``
877+
- ``.sswf`` and ``.ssw`` for ``video/vnd.sealed.swf``
878+
- ``.yt`` for ``video/vnd.youtube.yt``
879+
880+
(Contributed by Charlie Lin in :gh:`145718` and :gh:`146342`.)
872881

873882
* Add ``image/jxl``. (Contributed by Foolbar in :gh:`144213`.)
874883
* Rename ``application/x-texinfo`` to ``application/texinfo``.

0 commit comments

Comments
 (0)