视频流url发现新的请求参数platform (#379)

This commit is contained in:
hanfangyuan4396 2022-06-02 15:33:00 +08:00 committed by GitHub
parent 7639bc3d52
commit c22ed9857d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,7 @@ B站的视频为http流媒体需要对应的api以视频id获取取流url
| session | str | | 非必要 | 从视频播放页的网页源码中获取 |
| otype | str | | 非必要 | 固定为json |
| type | str | | 非必要 | 目前为空 |
| platform | str | | 非必要 | 默认为pc当指定为html5时获取的视频流url可以直接使用html的video标签播放 |
**json回复**