diff options
| -rw-r--r-- | youtube_dl/utils.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index 904f23fd7..ed199c4ad 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -2168,6 +2168,7 @@ def mimetype2ext(mt):          'f4m+xml': 'f4m',          'hds+xml': 'f4m',          'vnd.ms-sstr+xml': 'ism', +        'quicktime': 'mov',      }.get(res, res)  | 
