ruzhila / mget

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

Home Page:https://ruzhila.cn/blog?from=github_mget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://ruzhila.cn/blog?from=github_mget


Languages

Language:Python 100.0%