Skip to content

Commit 2591f57

Browse files
committed
Add new video MIME types and update contributions
Added new MIME types for various video file extensions and updated contribution references.
1 parent b926f74 commit 2591f57

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -926,8 +926,17 @@ mimetypes
926926
- ``application/vnd.ms-cab-compressed`` for ``.cab`` extension
927927
- ``application/vnd.ms-htmlhelp`` for ``.chm`` extension
928928
- ``application/vnd.ms-officetheme`` for ``.thmx`` extension
929-
930-
(Contributed by Charlie Lin in :gh:`145718`.)
929+
- ``.3gp`` for ``video/3gpp``
930+
- ``.3g2`` for ``video/3gpp2``
931+
- ``.m4s`` for ``video/iso.segment``
932+
- ``.lot`` for ``video/lottie+json``
933+
- ``.mj2`` for ``video/mj2``
934+
- ``.pyv`` for ``video/vnd.ms-playready.media.pyv``
935+
- ``.blk`` and ``.bk2`` for ``video/vnd.radgamettools.bink``
936+
- ``.sswf`` and ``.ssw`` for ``video/vnd.sealed.swf``
937+
- ``.yt`` for ``video/vnd.youtube.yt``
938+
939+
(Contributed by Charlie Lin in :gh:`145718` and :gh:`146342`.)
931940

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

0 commit comments

Comments
 (0)