Browse Source

[youku] Extract resolution

totalwebcasting
Yen Chi Hsuan 9 years ago
parent
commit
9ed6d8c6c5
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      youtube_dl/extractor/youku.py

+ 2
- 0
youtube_dl/extractor/youku.py 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 {


Loading…
Cancel
Save