返回提交历史
Modified
video/videostream_url.md
+1
-0
XFEstudio/bilibili-API-collect
视频流url发现新的请求参数platform (#379)
c22ed98
代码差异
1 个文件
+1
-0
@@ -104,6 +104,7 @@ B站的视频为http流媒体,需要对应的api以视频id获取取流url,
104
104
| session | str | | 非必要 | 从视频播放页的网页源码中获取 |
105
105
| otype | str | | 非必要 | 固定为json |
106
106
| type | str | | 非必要 | 目前为空 |
107
| platform | str | | 非必要 | 默认为pc,当指定为html5时,获取的视频流url可以直接使用html的video标签播放 |
107
108
108
109
**json回复:**
109
110