update README

pull/13/head
Mike Fährmann 8 years ago
parent 37d4d07d9b
commit 0217525858
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -2,24 +2,21 @@
gallery-dl gallery-dl
========== ==========
*gallery-dl* is a small command-line tool to download images and entire image **gallery-dl** is a command-line program to download image-galleries and
galleries from several `image hosting platforms`_. It requires Python 3.3+ to -collections from several image hosting sites such as pixiv.net, exhentai.org,
run and works on Unix-like systems as well as Windows. gelbooru.com and several more (see `Supported Sites`_). It requires Python 3.3+
to run and works on Unix-like systems as well as Windows.
Dependencies
============
- Python_ 3.3+
- Requests_ 2.4.2+
Installation Installation
============ ============
You can install *gallery-dl* from PyPI with pip_: You can install the latest stable version of **gallery-dl** from PyPI_
with pip_:
.. code:: bash .. code:: bash
$ pip install gallery-dl $ pip install --upgrade gallery-dl
or directly from GitHub: or directly from GitHub:
@ -29,55 +26,73 @@ or directly from GitHub:
$ cd gallery-dl $ cd gallery-dl
$ python3 setup.py install $ python3 setup.py install
Usage Usage
===== =====
To download collections of images, simply call *gallery-dl* with the URLs To use **gallery-dl** simply call it with the URLs you wish to download images
pointing to them: from:
.. code:: bash .. code:: bash
$ gallery-dl https://imgur.com/a/cMUxc $ gallery-dl [OPTION]... URL...
See also :code:`gallery-dl --help`. See also :code:`gallery-dl --help`.
Examples
--------
Download images from gelbooru found via tag search for 'bonocho':
.. code:: bash
$ gallery-dl "http://gelbooru.com/index.php?page=post&s=list&tags=bonocho"
Get the direct URL of an image from a site that requires authentication:
.. code:: bash
$ gallery-dl -g -u <USER> -p <PASS> http://seiga.nicovideo.jp/seiga/im3211703
| Search a remote resource for URLs and download images from them:
| (URLs for which no extractor can be found will be silently ignored)
.. code:: bash
$ gallery-dl r:https://pastebin.com/raw/FLwrCYsT
Supported Sites Supported Sites
=============== ===============
* Booru: * pixiv.net
behoimi.org, danbooru.donmai.us, e621.net, gelbooru.com, konachan.com, * seiga.nicovideo.jp
rule34.xxx, safebooru.org, chan.sankakucomplex.com, yande.re * nijie.info
* Manga: * bato.to
bato.to, dynasty-scans.com, kissmanga.com, kobato.hologfx.com, * mangastream.com
gomanga.co, mangahere.co, mangamint.com, mangapanda.com, mangapark.me, * kissmanga.com
mangareader.net, mangashare.com, mangastream.com, powermanga.org, * readcomiconline.to
raw.senmanga.com, reader.sensescans.com, thespectrum.net, * danbooru.donmai.us
slide.world-three.org, yomanga.co, yonkouprod.com * gelbooru.com
* Comic: * exhentai.org
kisscomic.us, readcomiconline.to, readcomics.tv * nhentai.net
* Hentai: * luscious.net
exhentai.org, hbrowse.com, hentai2read.com, * hentaifoundry.com
hentaibox.net, hentaihere.com, hitomi.la, luscious.net, nhentai.net * deviantart.com
* Japanese: * tumblr.com
pixiv.net, nijie.info, seiga.nicovideo.jp * `Complete List`_
* Western:
deviantart.com, hentai-foundry.com, imagefap,com, imgth.com, imgur.com,
pinterest.com, tumblr.com, twitter.com, whentai.com
* Futaba Channel-like:
4chan.org, 8ch.net
* Image Hosts:
chronos.to, coreimg.net, hosturimage.com, imagebam.com, imageontime.org,
imagetwist.com, img.yt, imgbox.com, imgcandy.net, imgchili.net,
imgclick.net, imgmaid.net, imgspice.com, imgtrex.com, imgupload.yt,
img4ever.net, pic-maniac.com, pixhost.org, rapidimg.net, turboimagehost.com
Configuration Configuration
============= =============
Configuration files for gallery-dl use a JSON-based file format. Configuration files for **gallery-dl** use a JSON-based file format.
For a (more or less) complete example, see gallery-dl.conf_. For a (more or less) complete example, see gallery-dl.conf_.
*gallery-dl* searches for configuration files in the following paths: **gallery-dl** searches for configuration files in the following paths:
+--------------------------------------------+------------------------------------------+ +--------------------------------------------+------------------------------------------+
| Linux | Windows | | Linux | Windows |
@ -92,6 +107,7 @@ i.e. ``C:\Users\<username>\``)
Values in later configuration files will override previous ones. Values in later configuration files will override previous ones.
Authentication Authentication
============== ==============
@ -119,13 +135,15 @@ or you can provide them directly via the
:code:`-u/--username` and :code:`-p/--password` or via the :code:`-u/--username` and :code:`-p/--password` or via the
:code:`-o/--option` command-line options :code:`-o/--option` command-line options
.. code:: bash .. code:: bash
$ gallery-dl -u <username> -p <password> URL $ gallery-dl -u <username> -p <password> URL
$ gallery-dl -o username=<username> -o password=<password> URL $ gallery-dl -o username=<username> -o password=<password> URL
.. _image hosting platforms: #supported-sites
.. _gallery-dl.conf: https://github.com/mikf/gallery-dl/blob/master/gallery-dl.conf .. _gallery-dl.conf: https://github.com/mikf/gallery-dl/blob/master/gallery-dl.conf
.. _Complete List: https://github.com/mikf/gallery-dl/blob/master/supportedsites.rst
.. _Python: https://www.python.org/downloads/ .. _Python: https://www.python.org/downloads/
.. _Requests: https://pypi.python.org/pypi/requests/ .. _Requests: https://pypi.python.org/pypi/requests/
.. _PyPI: https://pypi.python.org/pypi
.. _pip: https://pip.pypa.io/en/stable/ .. _pip: https://pip.pypa.io/en/stable/

@ -0,0 +1,82 @@
Supported Sites
===============
- 4chan.org
- 8ch.net
- bato.to
- behoimi.org
- chan.sankakucomplex.com
- chronos.to
- coreimg.net
- danbooru.donmai.us
- deviantart.com
- dynasty-scans.com
- e621.net
- exhentai.org
- fapat.me
- gelbooru.com
- gomanga.co
- hbrowse.com
- hentai2read.com
- hentaibox.net
- hentaifoundry.com
- hentaihere.com
- hitomi.la
- hosturimage.com
- imagebam.com
- imagefap.com
- imageontime.org
- imagetwist.com
- imagevenue.com
- img.yt
- img4ever.net
- imgbox.com
- imgcandy.net
- imgchili.net
- imgmaid.net
- imgspice.com
- imgspot.org
- imgth.com
- imgtrex.com
- imgtrial.com
- imgupload.yt
- imgur.com
- jaiminisbox.com
- khinsider.com
- kisscomic.us
- kissmanga.com
- kobato.hologfx.com
- konachan.com
- luscious.net
- mangafox.me
- mangahere.co
- mangamint.com
- mangapanda.com
- mangapark.me
- mangareader.net
- mangashare.com
- mangastream.com
- nhentai.net
- nijie.info
- pic-maniac.com
- pinterest.com
- pixhost.org
- pixiv.net
- postimg.org
- powermanga.org
- rapidimg.net
- raw.senmanga.com
- readcomiconline.to
- readcomics.tv
- reader.sensescans.com
- rule34.xxx
- safebooru.org
- seiga.nicovideo.jp
- slide.world-three.org
- thespectrum.net
- tumblr.com
- turboimagehost.com
- twitter.com
- whentai.com
- yande.re
- yomanga.co
- yonkouprod.com
Loading…
Cancel
Save