aboutsummaryrefslogtreecommitdiffstats
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-INFO7
-rw-r--r--gallery_dl.egg-info/SOURCES.txt2
-rw-r--r--gallery_dl.egg-info/requires.txt1
3 files changed, 7 insertions, 3 deletions
diff --git a/gallery_dl.egg-info/PKG-INFO b/gallery_dl.egg-info/PKG-INFO
index 550241f..6787cc9 100644
--- a/gallery_dl.egg-info/PKG-INFO
+++ b/gallery_dl.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: gallery_dl
-Version: 1.30.2
+Version: 1.30.3
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
@@ -37,6 +37,7 @@ Requires-Dist: yt-dlp; extra == "video"
Provides-Extra: extra
Requires-Dist: requests[socks]; extra == "extra"
Requires-Dist: yt-dlp[default]; extra == "extra"
+Requires-Dist: jinja2; extra == "extra"
Requires-Dist: pyyaml; extra == "extra"
Requires-Dist: toml; python_version < "3.11" and extra == "extra"
Requires-Dist: truststore; python_version >= "3.10" and extra == "extra"
@@ -138,9 +139,9 @@ 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.30.2/gallery-dl.exe>`__
+- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.30.3/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.30.2/gallery-dl.bin>`__
+- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.30.3/gallery-dl.bin>`__
Nightly Builds
diff --git a/gallery_dl.egg-info/SOURCES.txt b/gallery_dl.egg-info/SOURCES.txt
index 8ae28f6..d4427ab 100644
--- a/gallery_dl.egg-info/SOURCES.txt
+++ b/gallery_dl.egg-info/SOURCES.txt
@@ -71,6 +71,7 @@ gallery_dl/extractor/blogger.py
gallery_dl/extractor/bluesky.py
gallery_dl/extractor/booru.py
gallery_dl/extractor/boosty.py
+gallery_dl/extractor/booth.py
gallery_dl/extractor/bunkr.py
gallery_dl/extractor/catbox.py
gallery_dl/extractor/chevereto.py
@@ -260,6 +261,7 @@ gallery_dl/extractor/weibo.py
gallery_dl/extractor/wikiart.py
gallery_dl/extractor/wikifeet.py
gallery_dl/extractor/wikimedia.py
+gallery_dl/extractor/xasiat.py
gallery_dl/extractor/xfolio.py
gallery_dl/extractor/xhamster.py
gallery_dl/extractor/xvideos.py
diff --git a/gallery_dl.egg-info/requires.txt b/gallery_dl.egg-info/requires.txt
index 531a762..c4b9769 100644
--- a/gallery_dl.egg-info/requires.txt
+++ b/gallery_dl.egg-info/requires.txt
@@ -3,6 +3,7 @@ requests>=2.11.0
[extra]
requests[socks]
yt-dlp[default]
+jinja2
pyyaml
[extra:python_version < "3.11"]