Authorization: Bearer ********************
https://www.bilibili.com/video/BV1JU5szoEee/?spm_id_from=333.1007.tianma.1-1-1.click
链接中的BV1JU5szoEee
获取视频信息
接口返回获取视频信息
接口返回{
"bvid": "",
"avid": "",
"cid": "",
"proxy": ""
}
curl --location --request POST 'http://api.moreapi.cn/api/bilibili/video_download' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"bvid": "",
"avid": "",
"cid": "",
"proxy": ""
}'
{}