[issue45411] Add Mimetypes for Subtitle Files

2021-10-08 Thread Josephine Stolle
New submission from Josephine Stolle : Since Python is used for webdevelopment, it would be very beneficial for developers to have subtitle files as default mimetypes. -- components: Library (Lib) messages: 403468 nosy: Josephine-Marie priority: normal pull_requests: 27137 severity

[issue45411] Add Mimetypes for Subtitle Files

2021-10-08 Thread Josephine Stolle
Josephine Stolle added the comment: text/vtt is has IANA registration https://www.iana.org/assignments/media-types/text/vtt and .srt is plain/text https://www.matroska.org/technical/subtitles.html#srt-subtitles -- ___ Python tracker <ht