manhuagui comics download
Install from PyPI .. code-block:: bash
pip3 install manhuagui
Install with this repo with Git .. code-block:: bash
git clone https://github.com/KellyHwong/manhuagui
cdmanhuagui
python3 setup.py install
Download the first episode of Don’t Be an Omni-Chan https://www.manhuagui.com/comic/23552
Download Don’t be an Oni-chan 1st vol
manhuagui --id=23552 --vol=1 # Download the first episode
manhuagui --id=23552 --vol=i # Download episode i
manhuagui --id=23552 --vol=1,2,3,4 # Download (1,2,3,4) first 4 episodes
Note: Don’t download too many words to your death. Although there is a command to download all the words, it is easy to get your IP blocked.
# Not recommended!manhuagui --id=23552 --vol=all # Download all words
In order to protect your precious IP, not entering --vol will default to [--vol=1], that is, only the first episode will be downloaded.
For the concern of your IP, no --vol input is equivalent with [--vol-1], ie, only download the 1st vol. .. code-block:: python
manhuagui --id=23552 [--vol=1] # Only download the first episode by default
webp is Google's image storage format, which can be recognized and browsed by browsers such as Google Chrome.
TODO feature: The index.html template is automatically generated under the comic picture folder and can be opened directly. A simple picture browser is implemented in it.
Thanks to [RicterZ@Github](https://github.com/RicterZ)'s code in [nhentai](https://github.com/RicterZ/nhentai), his code is very pretty and inspiring, and, very useful.
And thanks to this repository [manhuagui-dl](https://github.com/ysc3839/manhuagui-dl)