diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-01-30 10:56:53 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-01-30 10:56:53 +0100 |
commit | 7b6c60393eda2c97270f2762fc465401af91b087 (patch) | |
tree | 07820ebe2073756221ab1962c2b1e750802ffd32 /youtube_dl/YoutubeDL.py | |
parent | 83e7a314b4974d6d5674d88b72223d6785f29af7 (diff) | |
parent | 749f2ca044dc32c6a3ae9e9c55e4a22b091e2635 (diff) |
Merge remote-tracking branch 'codesparkle/master'
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rwxr-xr-x | youtube_dl/YoutubeDL.py | 1 |
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'), |