diff options
Diffstat (limited to 'gallery_dl.egg-info')
| -rw-r--r-- | gallery_dl.egg-info/PKG-INFO | 8 | ||||
| -rw-r--r-- | gallery_dl.egg-info/SOURCES.txt | 1 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gallery_dl.egg-info/PKG-INFO b/gallery_dl.egg-info/PKG-INFO index e192d75..7fe851f 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.17.3 +Version: 1.17.5 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 @@ -75,8 +75,8 @@ Description: ========== 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.17.3/gallery-dl.exe>`__ - - `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.17.3/gallery-dl.bin>`__ + - `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.17.5/gallery-dl.exe>`__ + - `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.17.5/gallery-dl.bin>`__ | Executables build from the latest commit can be found at | https://github.com/mikf/gallery-dl/actions/workflows/executables.yml @@ -190,6 +190,7 @@ Description: ========== Linux, macOS, etc.: * ``/etc/gallery-dl.conf`` + * ``${XDG_CONFIG_HOME}/gallery-dl/config.json`` * ``${HOME}/.config/gallery-dl/config.json`` * ``${HOME}/.gallery-dl.conf`` @@ -220,6 +221,7 @@ Description: ========== ``inkbunny``, ``instagram``, ``mangoxo``, + ``pillowfort``, ``pinterest``, ``sankaku``, ``subscribestar``, diff --git a/gallery_dl.egg-info/SOURCES.txt b/gallery_dl.egg-info/SOURCES.txt index 3cc2071..9655896 100644 --- a/gallery_dl.egg-info/SOURCES.txt +++ b/gallery_dl.egg-info/SOURCES.txt @@ -182,6 +182,7 @@ test/test_config.py test/test_cookies.py test/test_downloader.py test/test_extractor.py +test/test_job.py test/test_oauth.py test/test_postprocessor.py test/test_results.py |
