Skip to content
New issue

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

feat: add support for quark tv driver and uc tv driver #6959

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

Three-taile-dragon
Copy link
Contributor

改动

  • 新增 夸克网盘TV端驱动 和 UC网盘TV端驱动

与之前驱动的区别

  • 使用了TV版的接口
  • 现在可以使用 302方式 进行播放/下载

缺点

  • 只能访问(List)、下载(Link),其他操作均不支持(接口不支持))

使用方式(对两个驱动均适用)

  1. 添加驱动时,无需填写任何字段:
image
  1. 保存后,右上角弹出提示框:
image
  1. 此时,返回驱动页面,如下图所示:
image
  1. 使用对应的客户端APP进行扫码登陆,登陆完成后,禁用刚刚添加的驱动,再启用该驱动:
image
  1. 此时驱动应该正常启用,enjoy~

补充

@xhofe xhofe merged commit 62ed169 into alist-org:main Aug 10, 2024
3 checks passed
@Three-taile-dragon
Copy link
Contributor Author

Three-taile-dragon commented Aug 18, 2024

限速情况说明

  • 夸克

SVIPSVIP+:不限速
88VIP:大于 400MB 以上,单线程 限速 400-500KB
普通用户单线程 限速 400-500KB

  • UC

超级会员至臻会员:不限速
普通用户:大于 400MB 以上,单线程 限速 400-500KB


可使用多线程加速下载

夸克

88VIP:多线程下载可缓解限速情况
普通用户:尽可能多的线程数有助于加速下载,例如 256 线程

UC

普通用户:线程数最好大一些
线程数 > 资源大小/400MB 时,可不限速

@BlueSkyXN
Copy link
Contributor

限速情况说明

  • 夸克

SVIPSVIP+:不限速

88VIP:大于 400MB 以上限速 400-500KB

普通用户:限速 400-500KB

  • UC

超级会员至臻会员:不限速

普通用户:大于 400MB 以上限速 400-500KB

竟能如此相像

另外88VIP还真坑

@Three-taile-dragon
Copy link
Contributor Author

补充说明

  • 如果遇到下图所示的情况,请去对应的官方客户端的设备管理中,移除多余的设备后,重新添加————移除设备后可能需要等待一段时间才生效
image

@ypq123456789
Copy link

限速情况说明

  • 夸克

SVIPSVIP+:不限速
88VIP:大于 400MB 以上,单线程 限速 400-500KB
普通用户单线程 限速 400-500KB

  • UC

超级会员至臻会员:不限速
普通用户:大于 400MB 以上,单线程 限速 400-500KB

可使用多线程加速下载

夸克

88VIP:多线程下载可缓解限速情况
普通用户:尽可能多的线程数有助于加速下载,例如 256 线程

UC

普通用户:线程数最好大一些
线程数 > 资源大小/400MB 时,可不限速

夸克vip是不是限速的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants