aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/YoutubeDL.py
diff options
context:
space:
mode:
authorcodesparkle <adam.thalhammer@outlook.com>2015-01-30 20:11:51 +1100
committercodesparkle <adam.thalhammer@outlook.com>2015-01-30 20:11:51 +1100
commit5468ff4d917eeb292ce0bfe7cf13eef75cccae19 (patch)
tree7facdf065904fca82d80814ed71e80fabe63438d /youtube_dl/YoutubeDL.py
parent1d2daaea6372f5119be8fc21637a275fe93a52ff (diff)
downloadyoutube-dl-5468ff4d917eeb292ce0bfe7cf13eef75cccae19.tar.xz
Remove duplicate dictionary keys
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'),