diff options
Diffstat (limited to 'youtube_dl/utils.py')
| -rw-r--r-- | youtube_dl/utils.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index 9c1c0e0bd..178d1dcb3 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -1831,6 +1831,8 @@ def mimetype2ext(mt):          'x-ms-wmv': 'wmv',          'x-mp4-fragmented': 'mp4',          'ttml+xml': 'ttml', +        '3gpp': '3gp', +        'x-flv': 'flv',      }.get(res, res)  | 
