1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[youku] Extract resolution

This commit is contained in:
Yen Chi Hsuan
2016-05-29 13:54:05 +08:00
parent f3fb420b82
commit 9ed6d8c6c5

View File

@ -275,6 +275,8 @@ class YoukuIE(InfoExtractor):
'format_id': self.get_format_name(fm),
'ext': self.parse_ext_l(fm),
'filesize': int(seg['size']),
'width': stream.get('width'),
'height': stream.get('height'),
})
return {