summaryrefslogtreecommitdiffstats
path: root/gallery_dl.egg-info
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl.egg-info')
-rw-r--r--gallery_dl.egg-info/PKG-INFO63
-rw-r--r--gallery_dl.egg-info/SOURCES.txt7
2 files changed, 39 insertions, 31 deletions
diff --git a/gallery_dl.egg-info/PKG-INFO b/gallery_dl.egg-info/PKG-INFO
index d22ca6b..e0eda0d 100644
--- a/gallery_dl.egg-info/PKG-INFO
+++ b/gallery_dl.egg-info/PKG-INFO
@@ -1,7 +1,7 @@
Metadata-Version: 2.1
Name: gallery-dl
-Version: 1.15.4
-Summary: Command-line program to download image-galleries and -collections from several image hosting sites
+Version: 1.16.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
Author-email: mike_faehrmann@web.de
@@ -13,8 +13,8 @@ Description: ==========
gallery-dl
==========
- *gallery-dl* is a command-line program to download image-galleries and
- -collections from several image hosting sites (see `Supported Sites`_).
+ *gallery-dl* is a command-line program to download image galleries and
+ collections from several image hosting sites (see `Supported Sites`_).
It is a cross-platform tool with many configuration options
and powerful filenaming capabilities.
@@ -46,14 +46,14 @@ Description: ==========
.. code:: bash
- $ python3 -m pip install --upgrade gallery-dl
+ $ python3 -m pip install -U gallery-dl
- Installing the latest dev-version directly from GitHub can be done with
+ Installing the latest dev version directly from GitHub can be done with
pip_ as well:
.. code:: bash
- $ python3 -m pip install --upgrade https://github.com/mikf/gallery-dl/archive/master.tar.gz
+ $ python3 -m pip install -U -I --no-deps --no-cache-dir https://github.com/mikf/gallery-dl/archive/master.tar.gz
Note: Windows users should use :code:`py -3` instead of :code:`python3`.
@@ -94,10 +94,10 @@ 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.15.4/gallery-dl.exe>`__
- - `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.15.4/gallery-dl.bin>`__
+ - `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.16.0/gallery-dl.exe>`__
+ - `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.16.0/gallery-dl.bin>`__
- These executables include a Python 3.8 interpreter
+ These executables include a Python interpreter
and all required Python packages.
@@ -192,19 +192,22 @@ Description: ==========
see gallery-dl-example.conf_.
| A list of all available configuration options and their
descriptions can be found in configuration.rst_.
+ |
*gallery-dl* searches for configuration files in the following places:
- +--------------------------------------------+------------------------------------------+
- | Linux | Windows |
- +--------------------------------------------+------------------------------------------+
- |* ``/etc/gallery-dl.conf`` |* ``%APPDATA%\gallery-dl\config.json`` |
- |* ``${HOME}/.config/gallery-dl/config.json``|* ``%USERPROFILE%\gallery-dl\config.json``|
- |* ``${HOME}/.gallery-dl.conf`` |* ``%USERPROFILE%\gallery-dl.conf`` |
- +--------------------------------------------+------------------------------------------+
+ Windows:
+ * ``%APPDATA%\gallery-dl\config.json``
+ * ``%USERPROFILE%\gallery-dl\config.json``
+ * ``%USERPROFILE%\gallery-dl.conf``
- (``%USERPROFILE%`` usually refers to the user's home directory,
- i.e. ``C:\Users\<username>\``)
+ (``%USERPROFILE%`` usually refers to the user's home directory,
+ i.e. ``C:\Users\<username>\``)
+
+ Linux, macOS, etc.:
+ * ``/etc/gallery-dl.conf``
+ * ``${HOME}/.config/gallery-dl/config.json``
+ * ``${HOME}/.gallery-dl.conf``
Values in later configuration files will override previous ones.
@@ -224,9 +227,18 @@ Description: ==========
a username & password pair. This is necessary for
``pixiv``, ``nijie``, and ``seiga``
and optional for
- ``aryion``, ``danbooru``, ``e621``, ``exhentai``, ``idolcomplex``, ``inkbunny``,
- ``instagram``, ``luscious``, ``pinterest``, ``sankaku``, ``subscribestar``,
- ``tsumino``, and ``twitter``.
+ ``aryion``,
+ ``danbooru``,
+ ``e621``,
+ ``exhentai``,
+ ``idolcomplex``,
+ ``inkbunny``,
+ ``instagram``,
+ ``luscious``,
+ ``pinterest``,
+ ``subscribestar``,
+ ``tsumino``,
+ and ``twitter``.
You can set the necessary information in your configuration file
(cf. gallery-dl.conf_)
@@ -319,7 +331,7 @@ 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.15.4.tar.gz
+ .. _stable: https://github.com/mikf/gallery-dl/archive/v1.16.0.tar.gz
.. _dev: https://github.com/mikf/gallery-dl/archive/master.tar.gz
.. _Python: https://www.python.org/downloads/
@@ -337,8 +349,8 @@ Description: ==========
.. |pypi| image:: https://img.shields.io/pypi/v/gallery-dl.svg
:target: https://pypi.org/project/gallery-dl/
- .. |build| image:: https://travis-ci.com/mikf/gallery-dl.svg?branch=master
- :target: https://travis-ci.com/mikf/gallery-dl
+ .. |build| image:: https://github.com/mikf/gallery-dl/workflows/tests/badge.svg
+ :target: https://github.com/mikf/gallery-dl/actions
.. |gitter| image:: https://badges.gitter.im/gallery-dl/main.svg
:target: https://gitter.im/gallery-dl/main
@@ -357,6 +369,7 @@ Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Multimedia :: Graphics
diff --git a/gallery_dl.egg-info/SOURCES.txt b/gallery_dl.egg-info/SOURCES.txt
index c2e5cb4..fd1b4a1 100644
--- a/gallery_dl.egg-info/SOURCES.txt
+++ b/gallery_dl.egg-info/SOURCES.txt
@@ -74,7 +74,6 @@ gallery_dl/extractor/hentaihere.py
gallery_dl/extractor/hentainexus.py
gallery_dl/extractor/hiperdex.py
gallery_dl/extractor/hitomi.py
-gallery_dl/extractor/hypnohub.py
gallery_dl/extractor/idolcomplex.py
gallery_dl/extractor/imagebam.py
gallery_dl/extractor/imagechest.py
@@ -91,7 +90,6 @@ gallery_dl/extractor/kabeuchi.py
gallery_dl/extractor/keenspot.py
gallery_dl/extractor/khinsider.py
gallery_dl/extractor/komikcast.py
-gallery_dl/extractor/konachan.py
gallery_dl/extractor/lineblog.py
gallery_dl/extractor/livedoor.py
gallery_dl/extractor/luscious.py
@@ -106,6 +104,7 @@ gallery_dl/extractor/mangastream.py
gallery_dl/extractor/mangoxo.py
gallery_dl/extractor/mastodon.py
gallery_dl/extractor/message.py
+gallery_dl/extractor/moebooru.py
gallery_dl/extractor/myhentaigallery.py
gallery_dl/extractor/myportfolio.py
gallery_dl/extractor/naver.py
@@ -128,12 +127,9 @@ gallery_dl/extractor/pornhub.py
gallery_dl/extractor/pururin.py
gallery_dl/extractor/reactor.py
gallery_dl/extractor/readcomiconline.py
-gallery_dl/extractor/realbooru.py
gallery_dl/extractor/recursive.py
gallery_dl/extractor/reddit.py
gallery_dl/extractor/redgifs.py
-gallery_dl/extractor/rule34.py
-gallery_dl/extractor/safebooru.py
gallery_dl/extractor/sankaku.py
gallery_dl/extractor/sankakucomplex.py
gallery_dl/extractor/seiga.py
@@ -160,7 +156,6 @@ gallery_dl/extractor/weibo.py
gallery_dl/extractor/wikiart.py
gallery_dl/extractor/xhamster.py
gallery_dl/extractor/xvideos.py
-gallery_dl/extractor/yandere.py
gallery_dl/extractor/yuki.py
gallery_dl/postprocessor/__init__.py
gallery_dl/postprocessor/classify.py