From c22ed9857d66e74ee66bbaf591d1304fa94784a6 Mon Sep 17 00:00:00 2001 From: hanfangyuan4396 <43166868+hanfangyuan4396@users.noreply.github.com> Date: Thu, 2 Jun 2022 15:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=B5=81url=E5=8F=91?= =?UTF-8?q?=E7=8E=B0=E6=96=B0=E7=9A=84=E8=AF=B7=E6=B1=82=E5=8F=82=E6=95=B0?= =?UTF-8?q?platform=20(#379)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- video/videostream_url.md | 1 + 1 file changed, 1 insertion(+) diff --git a/video/videostream_url.md b/video/videostream_url.md index 633af2a..36b38c1 100644 --- a/video/videostream_url.md +++ b/video/videostream_url.md @@ -104,6 +104,7 @@ B站的视频为http流媒体,需要对应的api以视频id获取取流url, | session | str | | 非必要 | 从视频播放页的网页源码中获取 | | otype | str | | 非必要 | 固定为json | | type | str | | 非必要 | 目前为空 | +| platform | str | | 非必要 | 默认为pc,当指定为html5时,获取的视频流url可以直接使用html的video标签播放 | **json回复:**