mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-13 03:43:18 +00:00
[tudou] Add test case for #3643
This commit is contained in:
parent
329818484c
commit
a8be56ce3d
|
@ -19,6 +19,14 @@ class TudouIE(InfoExtractor):
|
||||||
'title': '卡马乔国足开大脚长传冲吊集锦',
|
'title': '卡马乔国足开大脚长传冲吊集锦',
|
||||||
'thumbnail': 're:^https?://.*\.jpg$',
|
'thumbnail': 're:^https?://.*\.jpg$',
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
'url': 'http://www.tudou.com/programs/view/ajX3gyhL0pc/',
|
||||||
|
'info_dict': {
|
||||||
|
'id': '117049447',
|
||||||
|
'ext': 'f4v',
|
||||||
|
'title': 'La Sylphide-Bolshoi-Ekaterina Krysanova & Vyacheslav Lopatin 2012',
|
||||||
|
'thumbnail': 're:^https?://.*\.jpg$',
|
||||||
|
}
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://www.tudou.com/albumplay/TenTw_JgiPM/PzsAs5usU9A.html',
|
'url': 'http://www.tudou.com/albumplay/TenTw_JgiPM/PzsAs5usU9A.html',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
|
Loading…
Reference in a new issue