Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/googledrive.py
|
|
@ -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) |
|
|
|