Python multi-thread file downloader.
Project description
MTDL
A multi-thread based python downloader.
Usage
- install:
pip install mtdl - Choose use API or command-line-interface mode
CMD-Line interface
After installed, just type command like format below:
mtdl [-h | --help]
To get usage.
API
Create a MultiThreadDownloader instance and call its start method
from mtdl import MultiThreadDownloader
p = MultiThreadDownloader(<Your url>, (chunk_size, filename))
p.start()
LICENSE AND NOTICES
See license file.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mtdl-5.6.tar.gz
(5.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
mtdl-5.6-py3-none-any.whl
(7.8 kB
view details)
File details
Details for the file mtdl-5.6.tar.gz.
File metadata
- Download URL: mtdl-5.6.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab62c2fcaea5621a6f2e9e1b32b779d729e9dcec64c5d34dc00322c8acf4f27c
|
|
| MD5 |
b06a3b2825ae7eb1745d1bf9c75b2c9d
|
|
| BLAKE2b-256 |
27dd49f274a694af9ef1541e06b38e6e6163112bab7919f5bd43843ef9a39bb2
|
File details
Details for the file mtdl-5.6-py3-none-any.whl.
File metadata
- Download URL: mtdl-5.6-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6071105ea2e4d479fe640882b6a5634fe1f4383f73b5f317d29abedb5e438fb
|
|
| MD5 |
c65c2df729e152a1c3cdb25c5e666282
|
|
| BLAKE2b-256 |
a24ae1c90352d1b6a50bdf5053cb2afbd153ce695eb8547bb37f8fa7692f599b
|