aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/YoutubeDL.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-30 10:56:53 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-30 10:56:53 +0100
commit7b6c60393eda2c97270f2762fc465401af91b087 (patch)
tree07820ebe2073756221ab1962c2b1e750802ffd32 /youtube_dl/YoutubeDL.py
parent83e7a314b4974d6d5674d88b72223d6785f29af7 (diff)
parent749f2ca044dc32c6a3ae9e9c55e4a22b091e2635 (diff)
Merge remote-tracking branch 'codesparkle/master'
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-xyoutube_dl/YoutubeDL.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py
index 14e92ddcf..ce3abaee3 100755
--- a/youtube_dl/YoutubeDL.py
+++ b/youtube_dl/YoutubeDL.py
@@ -1075,7 +1075,6 @@ class YoutubeDL(object):
'requested_formats': formats_info,
'format': rf,
'format_id': rf,
- 'ext': formats_info[0]['ext'],
'width': formats_info[0].get('width'),
'height': formats_info[0].get('height'),
'resolution': formats_info[0].get('resolution'),