mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: 新增字幕功能,倍速移至底部
This commit is contained in:
@@ -13,6 +13,10 @@ class Api {
|
||||
// https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/video/videostream_url.md
|
||||
static const String videoUrl = '/x/player/wbi/playurl';
|
||||
|
||||
// 字幕
|
||||
// aid, cid
|
||||
static const String subtitleUrl = '/x/player/wbi/v2';
|
||||
|
||||
// 视频详情
|
||||
// 竖屏 https://api.bilibili.com/x/web-interface/view?aid=527403921
|
||||
// https://api.bilibili.com/x/web-interface/view/detail 获取视频超详细信息(web端)
|
||||
|
||||
Reference in New Issue
Block a user