An open API service indexing awesome lists of open source software.

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.

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.