https://github.com/billloic/mtdl
A multi thread based downloader.
https://github.com/billloic/mtdl
console-application downloader http library multithreading python python-3
Last synced: 4 months ago
JSON representation
A multi thread based downloader.
- Host: GitHub
- URL: https://github.com/billloic/mtdl
- Owner: BillLoic
- License: other
- Created: 2024-06-10T08:20:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T12:58:37.000Z (almost 2 years ago)
- Last Synced: 2025-07-25T21:01:29.315Z (11 months ago)
- Topics: console-application, downloader, http, library, multithreading, python, python-3
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-en
Awesome Lists containing this project
README
# MTDL
A multi-thread based python downloader.
# Usage
1. install: `pip install mtdl`
2. Choose use API or command-line-interface mode
# CMD-Line interface
After installed, just type command like format below:
```bash
mtdl [-h | --help]
```
To get usage.
# API
Create a `MultiThreadDownloader` instance and call its `start` method
```python
from mtdl import MultiThreadDownloader
p = MultiThreadDownloader(, (chunk_size, filename))
p.start()
```
# LICENSE AND NOTICES
See license file.