Skip to content

Commit 39ebb01

Browse files
authored
Update mimetypes.py
1 parent 068d60a commit 39ebb01

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Lib/mimetypes.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -585,10 +585,6 @@ def _default_mime_types():
585585
'.yaml' : 'application/yaml',
586586
'.yml' : 'application/yaml',
587587
'.zip' : 'application/zip',
588-
'.3gp' : 'audio/3gpp',
589-
'.3gpp' : 'audio/3gpp',
590-
'.3g2' : 'audio/3gpp2',
591-
'.3gpp2' : 'audio/3gpp2',
592588
'.aac' : 'audio/aac',
593589
'.adts' : 'audio/aac',
594590
'.loas' : 'audio/aac',
@@ -682,7 +678,9 @@ def _default_mime_types():
682678
'.vcf' : 'text/x-vcard',
683679
'.xml' : 'text/xml',
684680
'.3gp' : 'video/3gpp',
681+
'.3gpp' : 'video/3gpp',
685682
'.3g2' : 'video/3gpp2',
683+
'.3gpp2' : 'video/3gpp2',
686684
'.m4s' : 'video/iso.segment',
687685
'.lot' : 'video/lottie+json',
688686
'.mkv' : 'video/matroska',

0 commit comments

Comments
 (0)