[googledrive] Fix height extraction (closes #13603)

master
Sergey M․ 7 years ago
parent a49804816c
commit 8b347a389e
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -92,7 +92,7 @@ class GoogleDriveIE(InfoExtractor):
if resolution: if resolution:
f.update({ f.update({
'width': resolution[0], 'width': resolution[0],
'height': resolution[0], 'height': resolution[1],
}) })
formats.append(f) formats.append(f)
self._sort_formats(formats) self._sort_formats(formats)

Loading…
Cancel
Save