BilibiliPotPlayer icon indicating copy to clipboard operation
BilibiliPotPlayer copied to clipboard

PotPlayer 哔哩哔哩插件:可以直接在 PotPlayer 中播放哔哩哔哩中的视频、直播和音乐

Results 43 BilibiliPotPlayer issues
Sort by recently updated
recently updated
newest added

插件很有意思,这两天在看这个插件怎么写的,琢磨怎么改得更符合自己的习惯。 在这个过程中,注意到动态首页的直播间是显示不了的。 ![图片](https://github.com/chen310/BilibiliPotPlayer/assets/58117113/0bf3d800-96a7-4972-b38f-6c2d53b34fa1) ![Snipaste_2024-05-15_19-15-50](https://github.com/chen310/BilibiliPotPlayer/assets/58117113/db42300e-51aa-492f-9baa-caa5b70d076f) 具体对应的代码如上图。 在自己尝试的过程中,发现应该是api改了。 上图使用的api是:```/x/polymer/web-dynamic/v1/feed/all```,获取的json里找不到代码中对应的```live_rcmd``` 但是我在看的过程中,找到对应的api是:```https://api.bilibili.com/x/polymer/web-dynamic/v1/portal``` 为此我在webDynamic(string path)中试着加了下面这一段代码,效果如图: ```angelscript { //动态首页一些窗口的api string url = "/x/polymer/web-dynamic/v1/portal"; string res = apiPost(url); if (res.empty() || !Reader.parse(res, Root) || !Root.isObject() || Root["code"].asInt()...

![1](https://github.com/chen310/BilibiliPotPlayer/assets/7483834/84dc2354-2f0a-4200-a584-66d7b3d2c7dc)

打开视频已无弹幕加载,访问https://subtitle.chen310.repl.co/ 显示原有的“Legacy Hosting” (旧版托管服务)迁移到了新的“Deployments”。

**keyword长度超过四个中文字符会搜索失败** 成功(keyword为中科大郑) ![image](https://github.com/chen310/BilibiliPotPlayer/assets/69620730/040be772-0fd5-4d86-aa76-3bcb44baaa28) 失败(keyword为中科大郑烇) ![image](https://github.com/chen310/BilibiliPotPlayer/assets/69620730/6c634d51-fced-4a40-90c1-a0aaba247e43) **每个potplayer窗口仅能成功搜索一次** 成功(首次打开potplayer或者重启potplayer) ![image](https://github.com/chen310/BilibiliPotPlayer/assets/69620730/740b35d6-6e9a-4bff-b347-3ebaa0c0efa3) 失败(第二次搜索) ![image](https://github.com/chen310/BilibiliPotPlayer/assets/69620730/203d012d-b173-4bf4-90be-5af511a048f7)

很多第三方客户端都有不登陆解锁画质功能,此插件有实现的可能吗

Hi, 感谢你写的插件,想问下您能否写个youtube版本的? 谢谢!

在Chrome内获取cookie后覆写入json文件后 校验账户仍然提示未填入cookie