summaryrefslogtreecommitdiffstats
path: root/gallery_dl.egg-info
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2024-06-06 02:40:15 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2024-06-06 02:40:15 -0400
commit1c28712d865e30ed752988ba0b6944882250b665 (patch)
treee5d5083a418f5c19616cb940c090c2dfb646d3cb /gallery_dl.egg-info
parent6e662211019a89caec44de8a57c675872b0b5498 (diff)
New upstream version 1.27.0.upstream/1.27.0
Diffstat (limited to 'gallery_dl.egg-info')
-rw-r--r--gallery_dl.egg-info/PKG-INFO16
-rw-r--r--gallery_dl.egg-info/SOURCES.txt4
2 files changed, 12 insertions, 8 deletions
diff --git a/gallery_dl.egg-info/PKG-INFO b/gallery_dl.egg-info/PKG-INFO
index 0395c3e..4b15a5f 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.26.9
+Version: 1.27.0
Summary: Command-line program to download image galleries and collections from several image hosting sites
Home-page: https://github.com/mikf/gallery-dl
Download-URL: https://github.com/mikf/gallery-dl/releases/latest
@@ -47,8 +47,8 @@ to download image galleries and collections
from several image hosting sites
(see `Supported Sites <https://github.com/mikf/gallery-dl/blob/master/docs/supportedsites.md>`__).
It is a cross-platform tool
-with many `configuration options <https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst>`__
-and powerful `filenaming capabilities <https://github.com/mikf/gallery-dl/blob/master/docs/formatting.md>`__.
+with many `configuration options <https://gdl-org.github.io/docs/configuration.html>`__
+and powerful `filenaming capabilities <https://gdl-org.github.io/docs/formatting.html>`__.
|pypi| |build|
@@ -112,16 +112,16 @@ Standalone Executable
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.26.9/gallery-dl.exe>`__
+- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.27.0/gallery-dl.exe>`__
(Requires `Microsoft Visual C++ Redistributable Package (x86) <https://aka.ms/vs/17/release/vc_redist.x86.exe>`__)
-- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.26.9/gallery-dl.bin>`__
+- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.27.0/gallery-dl.bin>`__
Nightly Builds
--------------
| Executables build from the latest commit can be found at
-| https://github.com/mikf/gallery-dl/actions/workflows/executables.yml
+| https://github.com/gdl-org/builds/releases
Snap
@@ -274,7 +274,7 @@ Documentation
-------------
A list of all available configuration options and their descriptions
-can be found in `<https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst>`__.
+can be found at `<https://gdl-org.github.io/docs/configuration.html>`__.
| For a default configuration file with available options set to their
default values, see `<https://github.com/mikf/gallery-dl/blob/master/docs/gallery-dl.conf>`__.
@@ -370,7 +370,7 @@ CAPTCHA or similar, or has not been implemented yet, you can use the
cookies from a browser login session and input them into *gallery-dl*.
This can be done via the
-`cookies <https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst#extractorcookies>`__
+`cookies <https://gdl-org.github.io/docs/configuration.html#extractor-cookies>`__
option in your configuration file by specifying
- | the path to a Mozilla/Netscape format cookies.txt file exported by a browser addon
diff --git a/gallery_dl.egg-info/SOURCES.txt b/gallery_dl.egg-info/SOURCES.txt
index 96a6469..a1745df 100644
--- a/gallery_dl.egg-info/SOURCES.txt
+++ b/gallery_dl.egg-info/SOURCES.txt
@@ -2,6 +2,7 @@ CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
+pyproject.toml
setup.cfg
setup.py
data/completion/_gallery-dl
@@ -15,6 +16,7 @@ gallery_dl/__init__.py
gallery_dl/__main__.py
gallery_dl/actions.py
gallery_dl/aes.py
+gallery_dl/archive.py
gallery_dl/cache.py
gallery_dl/config.py
gallery_dl/cookies.py
@@ -26,6 +28,7 @@ gallery_dl/option.py
gallery_dl/output.py
gallery_dl/path.py
gallery_dl/text.py
+gallery_dl/update.py
gallery_dl/util.py
gallery_dl/version.py
gallery_dl/ytdl.py
@@ -65,6 +68,7 @@ gallery_dl/extractor/booru.py
gallery_dl/extractor/bunkr.py
gallery_dl/extractor/catbox.py
gallery_dl/extractor/chevereto.py
+gallery_dl/extractor/cien.py
gallery_dl/extractor/comicvine.py
gallery_dl/extractor/common.py
gallery_dl/extractor/cyberdrop.py