XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/bilibili-API-collect

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

c22ed98
hanfangyuan4396 <43166868+hanfangyuan4396@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -0
Modified video/videostream_url.md +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