diff options
Diffstat (limited to 'gallery_dl.egg-info')
| -rw-r--r-- | gallery_dl.egg-info/PKG-INFO | 31 | ||||
| -rw-r--r-- | gallery_dl.egg-info/SOURCES.txt | 18 | ||||
| -rw-r--r-- | gallery_dl.egg-info/requires.txt | 16 |
3 files changed, 48 insertions, 17 deletions
diff --git a/gallery_dl.egg-info/PKG-INFO b/gallery_dl.egg-info/PKG-INFO index c022f84..550241f 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.29.7 +Version: 1.30.2 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 @@ -18,10 +18,6 @@ Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3 :: Only -Classifier: Programming Language :: Python :: 3.4 -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.10 @@ -33,11 +29,18 @@ Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Internet :: WWW/HTTP Classifier: Topic :: Multimedia :: Graphics Classifier: Topic :: Utilities -Requires-Python: >=3.4 +Requires-Python: >=3.8 License-File: LICENSE Requires-Dist: requests>=2.11.0 Provides-Extra: video -Requires-Dist: youtube-dl; extra == "video" +Requires-Dist: yt-dlp; extra == "video" +Provides-Extra: extra +Requires-Dist: requests[socks]; extra == "extra" +Requires-Dist: yt-dlp[default]; 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" +Requires-Dist: secretstorage; sys_platform == "linux" and extra == "extra" Dynamic: author Dynamic: author-email Dynamic: classifier @@ -75,7 +78,7 @@ and powerful `filenaming capabilities <https://gdl-org.github.io/docs/formatting Dependencies ============ -- Python_ 3.4+ +- Python_ 3.8+ - Requests_ Optional @@ -91,6 +94,8 @@ Optional - toml_: TOML configuration file support for Python<3.11 - SecretStorage_: GNOME keyring passwords for ``--cookies-from-browser`` - Psycopg_: PostgreSQL archive support +- truststore_: Native system certificate support +- Jinja_: Jinja template support Installation @@ -133,9 +138,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.29.7/gallery-dl.exe>`__ +- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.30.2/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.29.7/gallery-dl.bin>`__ +- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.30.2/gallery-dl.bin>`__ Nightly Builds @@ -517,7 +522,7 @@ To authenticate with a ``mastodon`` instance, run *gallery-dl* with .. _Python: https://www.python.org/downloads/ .. _PyPI: https://pypi.org/ .. _pip: https://pip.pypa.io/en/stable/ -.. _Requests: https://requests.readthedocs.io/en/master/ +.. _Requests: https://requests.readthedocs.io/en/latest/ .. _FFmpeg: https://www.ffmpeg.org/ .. _mkvmerge: https://www.matroska.org/downloads/mkvtoolnix.html .. _yt-dlp: https://github.com/yt-dlp/yt-dlp @@ -530,10 +535,12 @@ To authenticate with a ``mastodon`` instance, run *gallery-dl* with .. _toml: https://pypi.org/project/toml/ .. _SecretStorage: https://pypi.org/project/SecretStorage/ .. _Psycopg: https://www.psycopg.org/ +.. _truststore: https://truststore.readthedocs.io/en/latest/ +.. _Jinja: https://jinja.palletsprojects.com/ .. _Snapd: https://docs.snapcraft.io/installing-snapd .. _OAuth: https://en.wikipedia.org/wiki/OAuth .. _Chocolatey: https://chocolatey.org/install -.. _Scoop: https://scoop.sh +.. _Scoop: https://scoop.sh/ .. |pypi| image:: https://img.shields.io/pypi/v/gallery-dl.svg :target: https://pypi.org/project/gallery-dl/ diff --git a/gallery_dl.egg-info/SOURCES.txt b/gallery_dl.egg-info/SOURCES.txt index 5dc17bd..8ae28f6 100644 --- a/gallery_dl.egg-info/SOURCES.txt +++ b/gallery_dl.egg-info/SOURCES.txt @@ -76,10 +76,12 @@ gallery_dl/extractor/catbox.py gallery_dl/extractor/chevereto.py gallery_dl/extractor/cien.py gallery_dl/extractor/civitai.py +gallery_dl/extractor/comick.py gallery_dl/extractor/comicvine.py gallery_dl/extractor/common.py gallery_dl/extractor/cyberdrop.py gallery_dl/extractor/danbooru.py +gallery_dl/extractor/dankefuerslesen.py gallery_dl/extractor/desktopography.py gallery_dl/extractor/deviantart.py gallery_dl/extractor/directlink.py @@ -104,6 +106,8 @@ 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/girlsreleased.py +gallery_dl/extractor/girlswithmuscle.py gallery_dl/extractor/gofile.py gallery_dl/extractor/hatenablog.py gallery_dl/extractor/hentai2read.py @@ -130,13 +134,14 @@ gallery_dl/extractor/instagram.py gallery_dl/extractor/issuu.py gallery_dl/extractor/itaku.py gallery_dl/extractor/itchio.py +gallery_dl/extractor/iwara.py gallery_dl/extractor/jschan.py gallery_dl/extractor/kabeuchi.py gallery_dl/extractor/keenspot.py -gallery_dl/extractor/kemonoparty.py +gallery_dl/extractor/kemono.py gallery_dl/extractor/khinsider.py -gallery_dl/extractor/koharu.py gallery_dl/extractor/komikcast.py +gallery_dl/extractor/leakgallery.py gallery_dl/extractor/lensdump.py gallery_dl/extractor/lexica.py gallery_dl/extractor/lightroom.py @@ -145,13 +150,13 @@ gallery_dl/extractor/lofter.py gallery_dl/extractor/lolisafe.py gallery_dl/extractor/luscious.py gallery_dl/extractor/lynxchan.py +gallery_dl/extractor/madokami.py gallery_dl/extractor/mangadex.py gallery_dl/extractor/mangafox.py gallery_dl/extractor/mangahere.py gallery_dl/extractor/manganelo.py gallery_dl/extractor/mangapark.py gallery_dl/extractor/mangaread.py -gallery_dl/extractor/mangasee.py gallery_dl/extractor/mangoxo.py gallery_dl/extractor/mastodon.py gallery_dl/extractor/message.py @@ -160,7 +165,8 @@ gallery_dl/extractor/moebooru.py gallery_dl/extractor/motherless.py gallery_dl/extractor/myhentaigallery.py gallery_dl/extractor/myportfolio.py -gallery_dl/extractor/naver.py +gallery_dl/extractor/naverblog.py +gallery_dl/extractor/naverchzzk.py gallery_dl/extractor/naverwebtoon.py gallery_dl/extractor/nekohouse.py gallery_dl/extractor/newgrounds.py @@ -170,6 +176,7 @@ gallery_dl/extractor/nitter.py gallery_dl/extractor/noop.py gallery_dl/extractor/nozomi.py gallery_dl/extractor/nsfwalbum.py +gallery_dl/extractor/nudostar.py gallery_dl/extractor/oauth.py gallery_dl/extractor/paheal.py gallery_dl/extractor/patreon.py @@ -190,10 +197,12 @@ gallery_dl/extractor/poringa.py gallery_dl/extractor/pornhub.py gallery_dl/extractor/pornpics.py gallery_dl/extractor/postmill.py +gallery_dl/extractor/rawkuma.py gallery_dl/extractor/reactor.py gallery_dl/extractor/readcomiconline.py gallery_dl/extractor/realbooru.py gallery_dl/extractor/recursive.py +gallery_dl/extractor/redbust.py gallery_dl/extractor/reddit.py gallery_dl/extractor/redgifs.py gallery_dl/extractor/rule34us.py @@ -202,6 +211,7 @@ gallery_dl/extractor/rule34xyz.py gallery_dl/extractor/saint.py gallery_dl/extractor/sankaku.py gallery_dl/extractor/sankakucomplex.py +gallery_dl/extractor/schalenetwork.py gallery_dl/extractor/scrolller.py gallery_dl/extractor/seiga.py gallery_dl/extractor/senmanga.py diff --git a/gallery_dl.egg-info/requires.txt b/gallery_dl.egg-info/requires.txt index 44dd863..531a762 100644 --- a/gallery_dl.egg-info/requires.txt +++ b/gallery_dl.egg-info/requires.txt @@ -1,4 +1,18 @@ requests>=2.11.0 +[extra] +requests[socks] +yt-dlp[default] +pyyaml + +[extra:python_version < "3.11"] +toml + +[extra:python_version >= "3.10"] +truststore + +[extra:sys_platform == "linux"] +secretstorage + [video] -youtube-dl +yt-dlp |
