Ubuntu下载百度网盘的大文件

因为下载百度网盘的文件需要百度网盘的客户端,但是百度又没有提供Ubuntu版本的客户端,所以只能使用chrome插件来获得实际文件的下载地址,然后使用aria2c来完成下载。

step1、安装chrome插件
https://blog.csdn.net/miaoqiucheng/article/details/73701995
git clone https://github.com/acgotaku/BaiduExporter
    然后在chrome的extensions中勾选开发者模式,然后upload文件夹中的chrome/release文件夹

    step2、使用aria2c来下载

    aria2c --dir=保存的目录 --max-connection-per-server=16 --max-concurrent-downloads=16 --split=16 --continue=true "下载链接地址"



    评论

    发表评论

    此博客中的热门博文

    Bazel WORKSPACE文件编写

    Bazel的概念和技术

    Bazel BUILD文件的编写