diff options
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -84,8 +84,8 @@ Download a standalone executable file, put it into your `PATH <https://en.wikipedia.org/wiki/PATH_(variable)>`__, and run it inside a command prompt (like ``cmd.exe``). -- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.10.6/gallery-dl.exe>`__ -- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.10.6/gallery-dl.bin>`__ +- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.12.1/gallery-dl.exe>`__ +- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.12.1/gallery-dl.bin>`__ These executables include a Python 3.7 interpreter and all required Python packages. @@ -121,14 +121,14 @@ Download images; in this case from danbooru via tag search for 'bonocho': .. code:: bash - $ gallery-dl http://danbooru.donmai.us/posts?tags=bonocho + $ gallery-dl "https://danbooru.donmai.us/posts?tags=bonocho" Get the direct URL of an image from a site that requires authentication: .. code:: bash - $ gallery-dl -g -u <username> -p <password> http://seiga.nicovideo.jp/seiga/im3211703 + $ gallery-dl -g -u "<username>" -p "<password>" "https://seiga.nicovideo.jp/seiga/im3211703" | Search a remote resource for URLs and download images from them: @@ -136,7 +136,7 @@ Get the direct URL of an image from a site that requires authentication: .. code:: bash - $ gallery-dl r:https://pastebin.com/raw/FLwrCYsT + $ gallery-dl "r:https://pastebin.com/raw/FLwrCYsT" Configuration @@ -230,8 +230,8 @@ access to *gallery-dl*. Authorize it and you will be shown one or more .. _gallery-dl-example.conf: https://github.com/mikf/gallery-dl/blob/master/docs/gallery-dl-example.conf .. _configuration.rst: https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst .. _Supported Sites: https://github.com/mikf/gallery-dl/blob/master/docs/supportedsites.rst -.. _stable: https://github.com/mikf/gallery-dl/archive/v1.10.6.zip -.. _dev: https://github.com/mikf/gallery-dl/archive/master.zip +.. _stable: https://github.com/mikf/gallery-dl/archive/v1.12.1.tar.gz +.. _dev: https://github.com/mikf/gallery-dl/archive/master.tar.gz .. _Python: https://www.python.org/downloads/ .. _PyPI: https://pypi.org/ |
