[youku] Extract resolution
This commit is contained in:
parent
f3fb420b82
commit
9ed6d8c6c5
1 changed files with 2 additions and 0 deletions
|
@ -275,6 +275,8 @@ class YoukuIE(InfoExtractor):
|
||||||
'format_id': self.get_format_name(fm),
|
'format_id': self.get_format_name(fm),
|
||||||
'ext': self.parse_ext_l(fm),
|
'ext': self.parse_ext_l(fm),
|
||||||
'filesize': int(seg['size']),
|
'filesize': int(seg['size']),
|
||||||
|
'width': stream.get('width'),
|
||||||
|
'height': stream.get('height'),
|
||||||
})
|
})
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in a new issue