mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
✨ feat: 添加阿b直播解析切片 [beta]
This commit is contained in:
parent
0aaacc229b
commit
3d17f93df0
384
apps/tools.js
384
apps/tools.js
File diff suppressed because it is too large
Load Diff
@ -61,6 +61,13 @@ export const BILI_SCAN_CODE_DETECT = "https://passport.bilibili.com/x/passport-l
|
|||||||
*/
|
*/
|
||||||
export const BILI_STREAM_INFO = "https://api.live.bilibili.com/room/v1/Room/get_info"
|
export const BILI_STREAM_INFO = "https://api.live.bilibili.com/room/v1/Room/get_info"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 根据真实直播间号获取直播视频流
|
||||||
|
* https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/live/live_stream.md
|
||||||
|
* @type {string}
|
||||||
|
*/
|
||||||
|
export const BILI_STREAM_FLV = "https://api.live.bilibili.com/room/v1/Room/playUrl"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取视频在线人数_web端
|
* 获取视频在线人数_web端
|
||||||
* https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/video/online.md
|
* https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/video/online.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user