aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl.egg-info
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-10-03 18:31:58 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2023-10-03 18:31:58 -0400
commitb8758ecd073910ce3220b2e68399147b425c37b8 (patch)
treed6aee20213508c8f425cbacb3d714367eca904c5 /gallery_dl.egg-info
parente2f67519f8c1750a71aab3dc56b8345fff21bac5 (diff)
New upstream version 1.26.0.upstream/1.26.0
Diffstat (limited to 'gallery_dl.egg-info')
-rw-r--r--gallery_dl.egg-info/PKG-INFO6
-rw-r--r--gallery_dl.egg-info/SOURCES.txt3
2 files changed, 4 insertions, 5 deletions
diff --git a/gallery_dl.egg-info/PKG-INFO b/gallery_dl.egg-info/PKG-INFO
index 00db3b4..022a2d6 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.25.8
+Version: 1.26.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
@@ -109,9 +109,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.25.8/gallery-dl.exe>`__
+- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.26.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.25.8/gallery-dl.bin>`__
+- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.26.0/gallery-dl.bin>`__
Nightly Builds
diff --git a/gallery_dl.egg-info/SOURCES.txt b/gallery_dl.egg-info/SOURCES.txt
index 355a3f0..e319eef 100644
--- a/gallery_dl.egg-info/SOURCES.txt
+++ b/gallery_dl.egg-info/SOURCES.txt
@@ -86,7 +86,6 @@ gallery_dl/extractor/gelbooru.py
gallery_dl/extractor/gelbooru_v01.py
gallery_dl/extractor/gelbooru_v02.py
gallery_dl/extractor/generic.py
-gallery_dl/extractor/gfycat.py
gallery_dl/extractor/gofile.py
gallery_dl/extractor/hbrowse.py
gallery_dl/extractor/hentai2read.py
@@ -136,7 +135,6 @@ gallery_dl/extractor/mangaread.py
gallery_dl/extractor/mangasee.py
gallery_dl/extractor/mangoxo.py
gallery_dl/extractor/mastodon.py
-gallery_dl/extractor/mememuseum.py
gallery_dl/extractor/message.py
gallery_dl/extractor/misskey.py
gallery_dl/extractor/moebooru.py
@@ -228,6 +226,7 @@ gallery_dl/postprocessor/compare.py
gallery_dl/postprocessor/exec.py
gallery_dl/postprocessor/metadata.py
gallery_dl/postprocessor/mtime.py
+gallery_dl/postprocessor/python.py
gallery_dl/postprocessor/ugoira.py
gallery_dl/postprocessor/zip.py
test/test_cache.py