Mirror for gallery-dl
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Mike Fährmann 5abe32a32c
[kissmanga] fix internal regex
9 years ago
bin update setup.py 10 years ago
gallery_dl [kissmanga] fix internal regex 9 years ago
test fix capitalization issues 9 years ago
.gitignore update .gitignore 9 years ago
LICENSE initial commit 10 years ago
README.rst update example configuration 9 years ago
gallery-dl.conf [gelbooru] support authentication to enable api access 9 years ago
setup.py update setup.py and bump version 9 years ago

README.rst

==========

gallery-dl
==========

gallery-dl is a image gallery downloader for several image hosting platforms.

Installation
------------

Via pip:

.. code:: bash

$ pip install gallery-dl

Or from github:

.. code:: bash

$ git clone https://github.com/mikf/gallery-dl.git
$ cd gallery-dl
$ python3 setup.py install

Usage
-----

.. code:: bash

$ gallery-dl URL [URL...]

Configuration
-------------

Configuration files for gallery-dl use a JSON-based file format. For a (more or less) complete example, see gallery-dl.conf_.

gallery-dl searches for configuration files in the following paths:

* /etc/gallery-dl.conf
* ~/.config/gallery/config.json
* ~/.config/gallery-dl.conf
* ~/.gallery-dl.conf

Values in later configuration files will override previous ones.

.. _gallery-dl.conf: https://github.com/mikf/gallery-dl/blob/master/gallery-dl.conf