manhuagui 漫畫下載
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
cd manhuagui
python3 setup.py install
下載別當歐尼醬了第一話https://www.manhuagui.com/comic/23552
Download 別當歐尼醬了1st vol
manhuagui --id=23552 --vol=1 # 下載第一話
manhuagui --id=23552 --vol=i # 下載第 i 話
manhuagui --id=23552 --vol=1,2,3,4 # 下載(1,2,3,4)前 4 話
注意:不要作死下載過多話,雖然提供下載所有話的命令,但這樣容易被封ip
# Not recommendded!manhuagui --id=23552 --vol=all # 下載所有話
為了保護你寶貴的IP,不輸入--vol預設等同於[--vol=1],即只下載第一話
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] # 預設只下載第一話
webp 是Google 的圖像儲存格式,Google Chrome 等瀏覽器可以辨識和瀏覽。
TODO feature: 漫畫圖片資料夾下自動產生了index.html 模板,可以直接打開,裡面實作了簡單的圖片瀏覽器。
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)