项目作者: dev7060

项目描述 :
batch downloader
高级语言: C++
项目地址: git://github.com/dev7060/MAMJ-Downloader.git
创建时间: 2020-06-22T15:22:53Z
项目社区:https://github.com/dev7060/MAMJ-Downloader

开源协议:GNU General Public License v3.0

下载


MAMJ-Downloader

Feed multiple links at once via arguments or through files containing the links. Downloads are done with FCFS priority.

Usage

General format

  1. mamj -u [links separated by space] -f [filenames separated by space]

where u stands for URL/s and f for file/s.

For example

Multiple links + Multiple files

  1. mamj -u https://releases.ubuntu.com/20.04/ubuntu-20.04-desktop-amd64.iso https://archive.org/download/ElephantsDream/ed_hd_512kb.mp4 -f file1.txt file2.txt

Single link

  1. mamj -u https://releases.ubuntu.com/20.04/ubuntu-20.04-desktop-amd64.iso

Single file

  1. mamj -f file1.txt

Multiple links

  1. mamj -u https://releases.ubuntu.com/20.04/ubuntu-20.04-desktop-amd64.iso https://archive.org/download/ElephantsDream/ed_hd_512kb.mp4

Multiple files

  1. mamj -f file1.txt file2.txt

Multiple files + Multiple links (change in the order of arguments)

  1. mamj -f file1.txt file2.txt -u https://releases.ubuntu.com/20.04/ubuntu-20.04-desktop-amd64.iso https://archive.org/download/ElephantsDream/ed_hd_512kb.mp4

Single file + Single link

  1. mamj -f file1.txt -u https://releases.ubuntu.com/20.04/ubuntu-20.04-desktop-amd64.iso

Text file format

  1. Link1[newline]
  2. Link2[newline]
  3. ...
  4. ...
  5. [eof]

Like this or below:

  1. https://download.kiwix.org/zim/wikipedia/wikipedia_ab_all_maxi_2020-04.zim
  2. https://download.kiwix.org/zim/wikibooks/wikibooks_af_all_maxi_2020-05.zim
  3. https://download.kiwix.org/zim/ted/ted_en_business_2016-06.zim
  4. https://download.kiwix.org/zim/gutenberg/gutenberg_ale_all_2018-07.zim