mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-15 00:48:28 +00:00
fix
This commit is contained in:
parent
61c561c5da
commit
f4a350f972
@ -189,26 +189,26 @@ class NiconicoIE(NiconicoBaseIE):
|
||||
},
|
||||
'params': {'skip_download': 'm3u8'},
|
||||
}, {
|
||||
'url': 'https://www.nicovideo.jp/watch/nm3601701',
|
||||
'url': 'https://www.nicovideo.jp/watch/nm14296458',
|
||||
'info_dict': {
|
||||
'id': 'nm3601701',
|
||||
'id': 'nm14296458',
|
||||
'ext': 'mp4',
|
||||
'title': '【UP主が見たい】Bad Apple!!\u3000PV【誰か描いてくれ】',
|
||||
'title': '【鏡音リン】Dance on media【オリジナル】take2!',
|
||||
'availability': 'public',
|
||||
'channel': 'Μμ',
|
||||
'channel_id': '2883832',
|
||||
'channel': 'りょうた',
|
||||
'channel_id': '18822557',
|
||||
'comment_count': int,
|
||||
'description': 'md5:a85ac50a7eb34d5d0ab38b4bfbde5636',
|
||||
'display_id': 'nm3601701',
|
||||
'duration': 216,
|
||||
'genres': ['ゲーム'],
|
||||
'description': 'md5:9368f2b1f4178de64f2602c2f3d6cbf5',
|
||||
'display_id': 'nm14296458',
|
||||
'duration': 208,
|
||||
'genres': ['音楽・サウンド'],
|
||||
'like_count': int,
|
||||
'tags': 'mincount:4',
|
||||
'tags': 'mincount:1',
|
||||
'thumbnail': r're:https?://img\.cdn\.nimg\.jp/s/nicovideo/thumbnails/.+',
|
||||
'timestamp': 1212935292,
|
||||
'upload_date': '20080608',
|
||||
'uploader': 'Μμ',
|
||||
'uploader_id': '2883832',
|
||||
'timestamp': 1304065916,
|
||||
'upload_date': '20110429',
|
||||
'uploader': 'りょうた',
|
||||
'uploader_id': '18822557',
|
||||
'view_count': int,
|
||||
},
|
||||
'params': {'skip_download': 'm3u8'},
|
||||
|
Loading…
Reference in New Issue
Block a user