mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-10 00:59:28 +01:00
[youku] Fix tests
This commit is contained in:
parent
c683454e7e
commit
4d77550cf0
@ -42,6 +42,7 @@ class YoukuIE(InfoExtractor):
|
|||||||
'title': '武媚娘传奇 85',
|
'title': '武媚娘传奇 85',
|
||||||
},
|
},
|
||||||
'playlist_count': 11,
|
'playlist_count': 11,
|
||||||
|
'skip': 'Available in China only',
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://v.youku.com/v_show/id_XMTI1OTczNDM5Mg==.html',
|
'url': 'http://v.youku.com/v_show/id_XMTI1OTczNDM5Mg==.html',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
@ -49,7 +50,6 @@ class YoukuIE(InfoExtractor):
|
|||||||
'title': '花千骨 04',
|
'title': '花千骨 04',
|
||||||
},
|
},
|
||||||
'playlist_count': 13,
|
'playlist_count': 13,
|
||||||
'skip': 'Available in China only',
|
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://v.youku.com/v_show/id_XNjA1NzA2Njgw.html',
|
'url': 'http://v.youku.com/v_show/id_XNjA1NzA2Njgw.html',
|
||||||
'note': 'Video protected with password',
|
'note': 'Video protected with password',
|
||||||
|
Loading…
Reference in New Issue
Block a user