Ubuntu下载百度网盘的大文件
因为下载百度网盘的文件需要百度网盘的客户端,但是百度又没有提供Ubuntu版本的客户端,所以只能使用chrome插件来获得实际文件的下载地址,然后使用aria2c来完成下载。
step1、安装chrome插件
https://blog.csdn.net/miaoqiucheng/article/details/73701995
step2、使用aria2c来下载
aria2c --dir=保存的目录 --max-connection-per-server=16 --max-concurrent-downloads=16 --split=16 --continue=true "下载链接地址"
step1、安装chrome插件
https://blog.csdn.net/miaoqiucheng/article/details/73701995
step2、使用aria2c来下载
aria2c --dir=保存的目录 --max-connection-per-server=16 --max-concurrent-downloads=16 --split=16 --continue=true "下载链接地址"
好用吗
回复删除