This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[youku] Extract resolution
totalwebcasting
Yen Chi Hsuan
9 years ago
parent
f3fb420b82
commit
9ed6d8c6c5
No known key found for this signature in database
GPG Key ID:
3FDDD575826C5C30
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
{
Write
Preview
Loading…
Cancel
Save