Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/serge45/mhgui-downloader

Yet another Python Manhuagui downloader
https://github.com/serge45/mhgui-downloader

donwloader manhuagui python

Last synced: about 21 hours ago
JSON representation

Yet another Python Manhuagui downloader

Awesome Lists containing this project

README

        

# mhgui-downloader
Yet another Python manhuagui downloader.

# Sample Usage
```bash
python main.py --url=
```

this will download all the corresponding manga series to CWD.

# Arguments
- `--url` - URL to specific manga series on manhuagui
- `--delay` - Delay seconds before downloading next page
- `--dry` - Just parse meta info, will not download pages
- `--output` - Output folder, the default is `.`
- `--num_max_retry` - Upper bound of retry while downloading page. Default is 10, value <= 0 behaves as same as 1.

# Todo
- Proxy support