Metadata-Version: 2.1
Name: manhuagui
Version: 0.0.1
Summary: manhuagui.com comics downloader
Home-page: https://github.com/KellyHwong/manhuagui
Author: KellyHwong
Author-email: dianhuangkan@gmail.com
Maintainer: KellyHwong
Maintainer-email: dianhuangkan@gmail.com
License: MIT
Keywords: manhuagui,comics
Platform: all
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: requests (>=2.5.0)
Requires-Dist: BeautifulSoup4 (>=4.0.0)
Requires-Dist: threadpool (>=1.2.7)
Requires-Dist: tabulate (>=0.7.5)
Requires-Dist: future (>=0.15.2)
Requires-Dist: lxml (>=4.2.0)
Requires-Dist: PyExecJS (>=1.4.0)

==========
manhuagui
==========
manhuagui 漫画下载

|travis|
|pypi|
|license|

=====
Usage
=====
TODO：目前只实现了下载第 i 话

下载 别当欧尼酱了 第一话 https://www.manhuagui.com/comic/23552

.. code-block:: python

    manhuagui --id=23552 [--vol=1] # 默认只下载第一话

.. code-block:: python

    manhuagui --id=23552 --vol=1 # 下载第一话

.. code-block:: python

    manhuagui --id=23552 --vol=i # 下载第 i 话

.. code-block:: python

    manhuagui --id=23552 --vol=1,2,3,4 # 下载（1,2,3,4）前 4 话

注意：不要作死下载过多话，虽然提供下载所有话的命令，但这样容易被封 ip

.. code-block:: python

    manhuagui --id=23552 --vol=all # 下载所有话

====
webp
====

webp 是 Google 的图像存储格式，Google Chrome 等浏览器可以识别和浏览。

TODO feature: 漫画图片文件夹下自动生成了 index.html 模板，可以直接打开，里面实现了简单的图片浏览器。

===============
Acknowledgement
===============

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)

.. |travis| image:: https://travis-ci.org/KellyHwong/manhuagui.svg?branch=master
    :target: https://travis-ci.org/KellyHwong/manhuagui

.. |pypi| image:: https://img.shields.io/pypi/dm/manhuagui.svg
    :target: https://pypi.org/project/manhuagui/

.. |license| image:: https://img.shields.io/github/license/kellyhwong/manhuagui.svg
    :target: https://github.com/KellyHwong/manhuagui/blob/master/LICENSE


