We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
免登录观看1080P视频的解决方案
网页端的试看按钮其实就是在Playurl api上加上try_look参数,使用该参数便可获取1080P的视频链接。
try_look
Playurl api 加上try_look参数前后的对比(请在隐身窗口下打开):
https://api.bilibili.com/x/player/playurl?bvid=BV1G94y1p7t8&cid=1271640352&qn=80&fnver=0&fnval=4048&fourk=1
https://api.bilibili.com/x/player/playurl?bvid=BV1G94y1p7t8&cid=1271640352&qn=80&fnver=0&fnval=4048&fourk=1&try_look=1
下面两款应用都支持免登录观看或下载1080P视频:
The text was updated successfully, but these errors were encountered:
确实可以 👍
Sorry, something went wrong.
feat: 免登录观看1080P视频(默认开启) issues #149
1061ffc
guozhigq
No branches or pull requests
功能描述
免登录观看1080P视频的解决方案
目标
解决方案
网页端的试看按钮其实就是在Playurl api上加上
try_look
参数,使用该参数便可获取1080P的视频链接。Playurl api 加上
try_look
参数前后的对比(请在隐身窗口下打开):https://api.bilibili.com/x/player/playurl?bvid=BV1G94y1p7t8&cid=1271640352&qn=80&fnver=0&fnval=4048&fourk=1
https://api.bilibili.com/x/player/playurl?bvid=BV1G94y1p7t8&cid=1271640352&qn=80&fnver=0&fnval=4048&fourk=1&try_look=1
其他
下面两款应用都支持免登录观看或下载1080P视频:
The text was updated successfully, but these errors were encountered: