mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-15 18:34:22 +00:00
[youku] Fix videopassword test
This commit is contained in:
parent
5ddc127da6
commit
cd5d75427e
@ -54,9 +54,9 @@ class YoukuIE(InfoExtractor):
|
|||||||
'note': 'Video protected with password',
|
'note': 'Video protected with password',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'XNjA1NzA2Njgw',
|
'id': 'XNjA1NzA2Njgw',
|
||||||
'ext': 'flv',
|
|
||||||
'title': '邢義田复旦讲座之想象中的胡人—从“左衽孔子”说起',
|
'title': '邢義田复旦讲座之想象中的胡人—从“左衽孔子”说起',
|
||||||
},
|
},
|
||||||
|
'playlist_count': 19,
|
||||||
'params': {
|
'params': {
|
||||||
'videopassword': '100600',
|
'videopassword': '100600',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user