We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
try_look
Web 端(含 h5)
REST
https://api.bilibili.com/x/player/playurl
文档:https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/video/videostream_url.md 更新请求:添加url参数try_look
$ curl -LGSZs 'https://api.bilibili.com/x/player/playurl' --data-urlencode 'bvid=BV1Zx3seHE33' --data-urlencode 'cid=500001598666958' --data-urlencode 'fnval=4048' -b 'SESSDATA=0' | jq -r '.data.dash.video[]|.id'
32 32 32 16 16 16
$ curl -LGSZs 'https://api.bilibili.com/x/player/playurl' --data-urlencode 'bvid=BV1Zx3seHE33' --data-urlencode 'cid=500001598666958' --data-urlencode 'fnval=4048' -b 'SESSDATA=0' --data-urlencode 'try_look=1' | jq -r '.data.dash.video[]|.id'
80 80 80 64 64 64 32 32 32 16 16 16
传try_look=1可以不登录拉到64和80 (为了省事用的老接口没签名,两个接口应该一样的)
64
80
The text was updated successfully, but these errors were encountered:
No branches or pull requests
提交前请确认
API 来源
Web 端(含 h5)
API 类型
REST
API 地址
https://api.bilibili.com/x/player/playurl
详情描述
文档:https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/video/videostream_url.md
更新请求:添加url参数
try_look
传try_look=1可以不登录拉到
64
和80
(为了省事用的老接口没签名,两个接口应该一样的)
The text was updated successfully, but these errors were encountered: