diff options
| -rw-r--r-- | youtube_dl/extractor/googledrive.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/googledrive.py b/youtube_dl/extractor/googledrive.py index 9705cfadd..c40da85c5 100644 --- a/youtube_dl/extractor/googledrive.py +++ b/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)  | 
