diff options
| author | 2019-12-25 19:40:29 -0500 | |
|---|---|---|
| committer | 2019-12-25 19:40:29 -0500 | |
| commit | d9cde490ce957f56cd2bb9e1628c2c0ef1a8733b (patch) | |
| tree | 13f58a5c602ae402a6b1fc598ce227e9f36f3aa2 /PKG-INFO | |
| parent | f9b17d9842e84709e2a41e92eb1dff0654c430c5 (diff) | |
| parent | f9a1a9dcb7df977eeac9544786df9c0b93795815 (diff) | |
Update upstream source from tag 'upstream/1.12.1'
Update to upstream version '1.12.1'
with Debian dir 6bd6e3209b21195bb26b892f2d85b1324de1f0d9
Diffstat (limited to 'PKG-INFO')
| -rw-r--r-- | PKG-INFO | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 <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. @@ -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 <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: @@ -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/ |
