merge
This commit is contained in:
parent
7733d455c8
commit
b5809a68bf
3 changed files with 256 additions and 2 deletions
|
@ -3078,10 +3078,10 @@ class YoukuIE(InfoExtractor):
|
|||
download_url = 'http://f.youku.com/player/getFlvPath/sid/%s_%02X/st/flv/fileid/%s?k=%s' % (sid, index, temp_fileid, key)
|
||||
print download_url
|
||||
info = {
|
||||
'id': '%s_part%d' % (video_id, index),
|
||||
'id': '%s_part%02d' % (video_id, index),
|
||||
'url': download_url,
|
||||
'uploader': None,
|
||||
'title': video_title
|
||||
'title': video_title,
|
||||
'ext': ext,
|
||||
'format': u'NA'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue