Add webvtt mime type ( subtitles, captions )
This commit is contained in:
parent
0c09f24cbf
commit
2b88d01a01
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ types_map = {
|
||||||
'.txt': ('text/plain', 'document'),
|
'.txt': ('text/plain', 'document'),
|
||||||
'.ustar': ('application/x-ustar', 'binary'),
|
'.ustar': ('application/x-ustar', 'binary'),
|
||||||
'.vcf': ('text/x-vcard', 'document'),
|
'.vcf': ('text/x-vcard', 'document'),
|
||||||
|
'.vtt': ('text/vtt', 'document'),
|
||||||
'.wav': ('audio/x-wav', 'audio'),
|
'.wav': ('audio/x-wav', 'audio'),
|
||||||
'.webm': ('video/webm', 'video'),
|
'.webm': ('video/webm', 'video'),
|
||||||
'.wiz': ('application/msword', 'document'),
|
'.wiz': ('application/msword', 'document'),
|
||||||
|
|
Loading…
Reference in a new issue