Yen Chi Hsuan
8 years ago
No known key found for this signature in database
GPG Key ID: 3FDDD575826C5C30
1 changed files with
2 additions and
0 deletions
-
youtube_dl/extractor/youku.py
|
|
@ -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 { |
|
|
|