Remove duplicate dictionary keys
This commit is contained in:
parent
1d2daaea63
commit
5468ff4d91
2 changed files with 0 additions and 2 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue