Peter Ding

Results 193 comments of Peter Ding

直接选择 aria2 下载就可以: ``` AliPCS-Py download somefile -d aria2 ``` 或者只输出 aria2 命令: ``` AliPCS-Py download somefile -d aria2 --out-cmd ```

你可以 [使用 web refresh_token 和 第三方认证地址 登录](https://github.com/PeterDing/AliPCS-Py?tab=readme-ov-file#%E4%BD%BF%E7%94%A8-web-refresh_token-%E5%92%8C-%E7%AC%AC%E4%B8%89%E6%96%B9%E8%AE%A4%E8%AF%81%E5%9C%B0%E5%9D%80-%E7%99%BB%E5%BD%95)。这样下载就不限速了。 AliPCS-Py 目前还没有通过 阿里云盘开放平台 的申请。所以无法提供 `--client-server` 选项。你需要自己搜索。

还没有。whl 要在 github actions 上打包,目前配置还没写。要等一下了。

`upload` 命令默认是开启进度条的。你用的是什么命令。

进度条属于外部功能,`BaiduPCSApi.upload_file` 不提供,你可以仿照下面的代码,自己实现。 https://github.com/PeterDing/BaiduPCS-Py/blob/0002a3a48bd8efad9d492b5727161555252d8f99/baidupcs_py/commands/upload.py#L669-L671

I will fix it as soon as possible.

"轻量" 是指依赖更少的库吗?如果只是如此,我认为分包是没有必要的。分包不会有功能、易用性、性能的提升。

感谢反馈,这是有用的建议。后续我考虑怎么把包的依赖拆分为可选项。

你试试是否可以通过改 hosts,把 pcs.baidu.com 域名映射到它的 ipv6 地址。