bump version to 0.6.3

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

@ -8,6 +8,11 @@ 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.
|pypi| |build|
.. section-numbering::
Installation
============
@ -26,6 +31,8 @@ or directly from GitHub:
$ cd gallery-dl
$ python3 setup.py install
Windows users can also download a `standalone executable`_.
Usage
=====
@ -54,7 +61,7 @@ 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
$ gallery-dl -g -u <username> -p <password> http://seiga.nicovideo.jp/seiga/im3211703
| Search a remote resource for URLs and download images from them:
@ -141,9 +148,18 @@ or you can provide them directly via the
$ gallery-dl -u <username> -p <password> URL
$ gallery-dl -o username=<username> -o password=<password> URL
.. _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
.. _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
.. _standalone executable: https://github.com/mikf/gallery-dl/releases/download/v0.6.3/gallery-dl.exe
.. _Python: https://www.python.org/downloads/
.. _Requests: https://pypi.python.org/pypi/requests/
.. _PyPI: https://pypi.python.org/pypi
.. _pip: https://pip.pypa.io/en/stable/
.. |pypi| image:: https://img.shields.io/pypi/v/gallery-dl.svg
:target: https://pypi.python.org/pypi/gallery-dl
.. |build| image:: https://travis-ci.org/mikf/gallery-dl.svg?branch=master
:target: https://travis-ci.org/mikf/gallery-dl

@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "0.6.2"
__version__ = "0.6.3"

Loading…
Cancel
Save