julienc91 / multidl

Download multiple files in parallel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status codecov

multidl

Download files from anywhere in parallel.

Demo

Demo

Description

With multidl, download multiple files in parallel from a single command line. multidl currently supports the following protocols:

  • local files
  • ftp
  • http
  • https

There is also a special treatment for the following platforms:

  • YouTube

Install

One simple command line:

python3 setup.py install

Usage

Gather the urls of the targeted files in a single configuration file:

http://example.com/file1.txt
https://megamovies.org/bestmovieever.mkv
ftp://me:passw0rd@ftpserver.com/dir/file2.txt

Then launch multidl:

multidl -c urls.txt -o downloads/

You can also give the targeted urls to multidl via stdin like so:

cat urls.txt | multidl -o downloads/

About

Download multiple files in parallel

License:MIT License


Languages

Language:Python 100.0%