Skip to content

Commit

Permalink
bump version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Jan 25, 2017
1 parent 0217525 commit 138e396
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
22 changes: 19 additions & 3 deletions README.rst
Expand Up @@ -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
============

Expand All @@ -26,6 +31,8 @@ or directly from GitHub:
$ cd gallery-dl
$ python3 setup.py install
Windows users can also download a `standalone executable`_.


Usage
=====
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion gallery_dl/version.py
Expand Up @@ -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"

0 comments on commit 138e396

Please sign in to comment.