aria2

2016-12-26


官方主页:https://aria2.github.io/

下面介绍一个非常方便的使用方法,用到了 Docker

我们使用 webui-aria2 来做界面,这是它的 Github 页面:https://github.com/ziahamza/webui-aria2

  1. 将 webui-aria2 的代码下载下来

    git clone https://github.com/ziahamza/webui-aria2
    
  2. 打开 webui-aria2 目录

    cd webui-aria2
    
  3. 下载并启动 Docker

    docker-compose -f ./docker-compose.yml up
    
  4. 然后就可以打开 Web 管理页面来使用了,默认使用 80 端口,默认下载到 $HOME/Download

    localhost:80
    

如果想下载百度网盘里的内容可使用 BaiduExporter 浏览器插件。