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 --- PKG-INFO | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'PKG-INFO') diff --git a/PKG-INFO b/PKG-INFO index a2145f9..b7094a1 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: gallery_dl -Version: 1.11.1 +Version: 1.12.1 Summary: Command-line program to download image-galleries and -collections from several image hosting sites Home-page: https://github.com/mikf/gallery-dl Author: Mike Fährmann @@ -95,8 +95,8 @@ Description: ========== 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. @@ -132,14 +132,14 @@ Description: ========== .. 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: @@ -147,7 +147,7 @@ Description: ========== .. code:: bash - $ gallery-dl r:https://pastebin.com/raw/FLwrCYsT + $ gallery-dl "r:https://pastebin.com/raw/FLwrCYsT" Configuration @@ -241,8 +241,8 @@ Description: ========== .. _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