mirror of
https://code.hackerspace.pl/q3k/youtube-dl
synced 2025-03-16 08:45:47 +00:00
[googledrive] Fix height extraction (closes #13603)
This commit is contained in:
parent
a49804816c
commit
8b347a389e
@ -92,7 +92,7 @@ class GoogleDriveIE(InfoExtractor):
|
||||
if resolution:
|
||||
f.update({
|
||||
'width': resolution[0],
|
||||
'height': resolution[0],
|
||||
'height': resolution[1],
|
||||
})
|
||||
formats.append(f)
|
||||
self._sort_formats(formats)
|
||||
|
Loading…
x
Reference in New Issue
Block a user