From f9a1a9dcb7df977eeac9544786df9c0b93795815 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 25 Dec 2019 19:40:28 -0500 Subject: New upstream version 1.12.1 --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 29fc856..90ca29a 100644 --- a/README.rst +++ b/README.rst @@ -84,8 +84,8 @@ Download a standalone executable file, put it into your `PATH `__, and run it inside a command prompt (like ``cmd.exe``). -- `Windows `__ -- `Linux `__ +- `Windows `__ +- `Linux `__ 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 -p http://seiga.nicovideo.jp/seiga/im3211703 + $ gallery-dl -g -u "" -p "" "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/ -- cgit v1.2.3