aria2下载

作者: 苏牧传媒 | 来源:发表于2018-08-01 17:12 被阅读1次

    ref1: 下载介绍

    ref2: 安装

    好像也可以直接安装:

    sudo apt-get install aria2

    conda install aria2

    # 使用:

    Usage:

    aria2c [OPTIONS] [URI | MAGNET | TORRENT_FILE | METALINK_FILE]...

    -s 2两个线程下载

    -x 分段下载 -x option specified the number of allowed connections

    -j 也是多线程? -j option specifies the number of parallel downloads

    aria2c -s 10 -x 10 -c 

    -d 指定下载下的文件目录

    -c 断点续传

    -o 下载的文件命令

    -D 后台下载

    --max-download-limit=500k 限制最大下载速度

    # 批量下载文本中所有URL

    aria2c -i uris.txt

    # 磁铁链接:

    "magnet:?xt=urn:btih:248D045C1ED359BB46717D8C&dn=aria2"

    # BitTorrent 种子文件:

    西红柿S富.2018.HDTC.720P.目前全网最清晰.torrent

    相关文章

      网友评论

        本文标题:aria2下载

        本文链接:https://www.haomeiwen.com/subject/atprvftx.html