aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl.egg-info
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-03-13 16:26:30 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2021-03-13 16:26:30 -0500
commit3201d77a148367d739862b4f07868a76eaeb7cb1 (patch)
tree78b8d71633ec000672a84ad0bbbddd0513ae2d30 /gallery_dl.egg-info
parentfc83315c164afd74734adf27e0f7fec2011904aa (diff)
New upstream version 1.17.0.upstream/1.17.0
Diffstat (limited to 'gallery_dl.egg-info')
-rw-r--r--gallery_dl.egg-info/PKG-INFO73
-rw-r--r--gallery_dl.egg-info/SOURCES.txt6
2 files changed, 39 insertions, 40 deletions
diff --git a/gallery_dl.egg-info/PKG-INFO b/gallery_dl.egg-info/PKG-INFO
index b87c59d..fbf67fe 100644
--- a/gallery_dl.egg-info/PKG-INFO
+++ b/gallery_dl.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: gallery-dl
-Version: 1.16.5
+Version: 1.17.0
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
@@ -21,6 +21,8 @@ Description: ==========
|pypi| |build| |gitter|
+ .. contents::
+
Dependencies
============
@@ -38,6 +40,7 @@ Description: ==========
Installation
============
+
Pip
---
@@ -57,48 +60,26 @@ Description: ==========
Note: Windows users should use :code:`py -3` instead of :code:`python3`.
- | It is advised to use the latest version of pip_,
- including the essential packages :code:`setuptools` and :code:`wheel`.
- | To ensure that these packages are up-to-date, run
+ It is advised to use the latest version of pip_,
+ including the essential packages :code:`setuptools` and :code:`wheel`.
+ To ensure these packages are up-to-date, run
.. code:: bash
$ python3 -m pip install --upgrade pip setuptools wheel
- From Source
- -----------
-
- Get the code by either
-
- * Downloading a stable_ or dev_ archive and unpacking it
- * Or via :code:`git clone https://github.com/mikf/gallery-dl.git`
-
- Navigate into the respective directory and run the :code:`setup.py` file.
-
- .. code:: bash
-
- $ wget https://github.com/mikf/gallery-dl/archive/master.tar.gz
- $ tar -xf master.tar.gz
- # or
- $ git clone https://github.com/mikf/gallery-dl.git
-
- $ cd gallery-dl*
- $ python3 setup.py install
-
-
Standalone Executable
---------------------
- 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``).
+ Prebuilt executable files with a Python interpreter and
+ required Python packages included are available for
- - `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.16.5/gallery-dl.exe>`__
- - `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.16.5/gallery-dl.bin>`__
+ - `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.17.0/gallery-dl.exe>`__
+ - `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.17.0/gallery-dl.bin>`__
- These executables include a Python interpreter
- and all required Python packages.
+ | Executables build from the latest commit can be found at
+ | https://github.com/mikf/gallery-dl/actions/workflows/executables.yml
Snap
@@ -110,6 +91,7 @@ Description: ==========
$ snap install gallery-dl
+
Chocolatey
----------
@@ -119,15 +101,17 @@ Description: ==========
$ choco install gallery-dl
+
Scoop
- ----------
+ -----
- Apart from Chocolatey, *gallery-dl* is also available in Scoop_ "main" bucket for Windows users.
+ *gallery-dl* is also available in the Scoop_ "main" bucket for Windows users:
.. code:: powershell
$ scoop install gallery-dl
+
Usage
=====
@@ -232,9 +216,10 @@ Description: ==========
``e621``,
``exhentai``,
``idolcomplex``,
+ ``imgbb``,
``inkbunny``,
``instagram``,
- ``luscious``,
+ ``mangoxo``,
``pinterest``,
``sankaku``,
``subscribestar``,
@@ -264,6 +249,7 @@ Description: ==========
$ gallery-dl -u <username> -p <password> URL
$ gallery-dl -o username=<username> -o password=<password> URL
+
Cookies
-------
@@ -307,12 +293,14 @@ Description: ==========
$ gallery-dl --cookies "$HOME/path/to/cookies.txt" URL
+
OAuth
-----
*gallery-dl* supports user authentication via OAuth_ for
- ``deviantart``, ``flickr``, ``reddit``, ``smugmug`` and ``tumblr``.
- This is entirely optional, but grants *gallery-dl* the ability
+ ``deviantart``, ``flickr``, ``reddit``, ``smugmug``, ``tumblr``,
+ and ``mastodon`` instances.
+ This is mostly optional, but grants *gallery-dl* the ability
to issue requests on your account's behalf and enables it to access resources
which would otherwise be unavailable to a public user.
@@ -327,13 +315,20 @@ Description: ==========
access to *gallery-dl*. Authorize it and you will be shown one or more
"tokens", which should be added to your configuration file.
+ To authenticate with a ``mastodon`` instance, run *gallery-dl* with
+ ``oauth:mastodon:<instance>`` as argument. For example:
+
+ .. code:: bash
+
+ $ gallery-dl oauth:mastodon:pawoo.net
+ $ gallery-dl oauth:mastodon:https://mastodon.social/
+
+
.. _gallery-dl.conf: https://github.com/mikf/gallery-dl/blob/master/docs/gallery-dl.conf
.. _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.16.5.tar.gz
- .. _dev: https://github.com/mikf/gallery-dl/archive/master.tar.gz
.. _Python: https://www.python.org/downloads/
.. _PyPI: https://pypi.org/
diff --git a/gallery_dl.egg-info/SOURCES.txt b/gallery_dl.egg-info/SOURCES.txt
index 066ac90..89ae8ed 100644
--- a/gallery_dl.egg-info/SOURCES.txt
+++ b/gallery_dl.egg-info/SOURCES.txt
@@ -13,7 +13,6 @@ docs/gallery-dl.conf
gallery_dl/__init__.py
gallery_dl/__main__.py
gallery_dl/cache.py
-gallery_dl/cloudflare.py
gallery_dl/config.py
gallery_dl/exception.py
gallery_dl/job.py
@@ -50,6 +49,7 @@ gallery_dl/extractor/behance.py
gallery_dl/extractor/blogger.py
gallery_dl/extractor/booru.py
gallery_dl/extractor/common.py
+gallery_dl/extractor/cyberdrop.py
gallery_dl/extractor/danbooru.py
gallery_dl/extractor/derpibooru.py
gallery_dl/extractor/deviantart.py
@@ -65,6 +65,8 @@ gallery_dl/extractor/foolslide.py
gallery_dl/extractor/furaffinity.py
gallery_dl/extractor/fuskator.py
gallery_dl/extractor/gelbooru.py
+gallery_dl/extractor/gelbooru_v01.py
+gallery_dl/extractor/gelbooru_v02.py
gallery_dl/extractor/gfycat.py
gallery_dl/extractor/hbrowse.py
gallery_dl/extractor/hentai2read.py
@@ -110,6 +112,7 @@ gallery_dl/extractor/moebooru.py
gallery_dl/extractor/myhentaigallery.py
gallery_dl/extractor/myportfolio.py
gallery_dl/extractor/naver.py
+gallery_dl/extractor/naverwebtoon.py
gallery_dl/extractor/newgrounds.py
gallery_dl/extractor/ngomik.py
gallery_dl/extractor/nhentai.py
@@ -149,6 +152,7 @@ gallery_dl/extractor/subscribestar.py
gallery_dl/extractor/test.py
gallery_dl/extractor/tsumino.py
gallery_dl/extractor/tumblr.py
+gallery_dl/extractor/tumblrgallery.py
gallery_dl/extractor/twitter.py
gallery_dl/extractor/unsplash.py
gallery_dl/extractor/vanillarock.py