Skip to content
/ mget Public

A multi threaded download manager, written in Python without any external dependencies.

Notifications You must be signed in to change notification settings

ruzhila/mget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A multi threaded download manager, written in Python without any external dependencies.

This is a simple multi-threaded download manager written in Python. It uses Python's standard library to download files.

mget

By ruzhila.cn.

🚀 100-line-code A collection of learning projects written in 100 lines of code

Features

  • Multi-threaded download manager.
  • No external dependencies. Just Python standard library.

Usage

Usage: mget.py [options]

Options:
  -h, --help         show this help message and exit
  -t THREAD          number of threads
  -o OUTPUT          output file
  --timeout=TIMEOUT  timeout seconds