mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-02-10 20:47:50 +01:00
add test for storyboard
This commit is contained in:
parent
7679b5241e
commit
65a28bd514
1 changed files with 21 additions and 0 deletions
|
@ -604,6 +604,27 @@ class BiliBiliIE(BilibiliBaseIE):
|
|||
'_old_archive_ids': ['bilibili 292734508_part1'],
|
||||
},
|
||||
}],
|
||||
}, {
|
||||
'note': 'storyboard',
|
||||
'url': 'https://www.bilibili.com/video/av170001/',
|
||||
'info_dict': {
|
||||
'id': 'BV17x411w7KC_p1',
|
||||
'title': '【MV】保加利亚妖王AZIS视频合辑 p01 Хоп',
|
||||
'ext': 'mhtml',
|
||||
'upload_date': '20111109',
|
||||
'uploader_id': '122541',
|
||||
'view_count': int,
|
||||
'_old_archive_ids': ['bilibili 170001_part1'],
|
||||
'thumbnail': r're:https?://.*\.(?:jpg|jpeg|png)$',
|
||||
'uploader': '冰封.虾子',
|
||||
'timestamp': 1320850533,
|
||||
'comment_count': int,
|
||||
'tags': ['Hop', '保加利亚妖王', '保加利亚', 'Азис', 'azis', 'mv'],
|
||||
'description': 'md5:acfd7360b96547f031f7ebead9e66d9e',
|
||||
'like_count': int,
|
||||
'duration': 199.4,
|
||||
},
|
||||
'params': {'format': 'sb', 'playlist_items': '1'},
|
||||
}, {
|
||||
'note': '301 redirect to bangumi link',
|
||||
'url': 'https://www.bilibili.com/video/BV1TE411f7f1',
|
||||
|
|
Loading…
Add table
Reference in a new issue