Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/serge45/mhgui-downloader
- Owner: Serge45
- License: mit
- Created: 2022-07-09T02:42:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T06:19:24.000Z (almost 2 years ago)
- Last Synced: 2023-08-31T11:29:54.511Z (about 1 year ago)
- Topics: donwloader, manhuagui, python
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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