1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00
gallery-dl/README.rst

58 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2015-11-03 22:08:19 +01:00
==========
gallery-dl
==========
2015-11-10 21:13:43 +01:00
*gallery-dl* is a small command-line tool to download images and entire image galleries from several image hosting platforms.
2015-11-03 22:08:19 +01:00
Installation
2015-11-10 21:13:43 +01:00
============
2015-11-03 22:08:19 +01:00
2015-11-10 21:13:43 +01:00
You can install *gallery-dl* with pip:
2015-11-03 22:08:19 +01:00
.. code:: bash
$ pip install gallery-dl
2015-11-10 21:13:43 +01:00
or directly from github:
2015-11-03 22:08:19 +01:00
.. code:: bash
$ git clone https://github.com/mikf/gallery-dl.git
$ cd gallery-dl
$ python3 setup.py install
2015-11-10 21:13:43 +01:00
Supported Sites
===============
* images (and ugoira) per artist from pixiv, nijie, deviantart
* images per tag from booru-like sites (danbooru, gelbooru, chan.sankakucomplex, yandere, konachan, safebooru, 3dbooru, e621)
* manga chapters from batoto, kissmanga, mangapanda, mangareader, mangastream, powermanga, redhawkscans
* galleries from exhentai, nhentai, hitomi
* images and videos from threads on Futaba Channel-like boards (4chan, 8chan)
2015-11-03 22:08:19 +01:00
Usage
2015-11-10 21:13:43 +01:00
=====
2015-11-03 22:08:19 +01:00
.. code:: bash
$ gallery-dl URL [URL...]
2015-11-10 21:13:43 +01:00
Certain supported sites require authentication to download images from. This currently includes pixiv, exhentai, gelbooru and nijie. To make these sites accessible to *gallery-dl* you need to specify the necessary login credentials or cookies in the configuration files.
2015-11-03 22:08:19 +01:00
Configuration
2015-11-10 21:13:43 +01:00
=============
2015-11-03 22:08:19 +01:00
Configuration files for gallery-dl use a JSON-based file format. For a (more or less) complete example, see gallery-dl.conf_.
2015-11-10 21:13:43 +01:00
*gallery-dl* searches for configuration files in the following paths:
2015-11-03 22:08:19 +01:00
* /etc/gallery-dl.conf
* ~/.config/gallery/config.json
* ~/.config/gallery-dl.conf
* ~/.gallery-dl.conf
Values in later configuration files will override previous ones.
2015-11-03 22:15:25 +01:00
.. _gallery-dl.conf: https://github.com/mikf/gallery-dl/blob/master/gallery-dl.conf
2015-11-03 22:08:19 +01:00