diff options
| author | 2023-01-30 04:40:57 -0500 | |
|---|---|---|
| committer | 2023-01-30 04:40:57 -0500 | |
| commit | 919f8ba16a7b82ba1099bd25b2c61c7881a05aa2 (patch) | |
| tree | 50eb34c3286538164a2f2b7048d110dc89b2a971 /PKG-INFO | |
| parent | f1051085013c0d702ef974b9b27ea43b3fc73259 (diff) | |
New upstream version 1.24.5.upstream/1.24.5
Diffstat (limited to 'PKG-INFO')
| -rw-r--r-- | PKG-INFO | 25 |
1 files changed, 12 insertions, 13 deletions
@@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: gallery_dl -Version: 1.24.4 +Version: 1.24.5 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 @@ -42,10 +42,10 @@ gallery-dl *gallery-dl* is a command-line program to download image galleries and collections from several image hosting sites -(see `Supported Sites <docs/supportedsites.md>`__). +(see `Supported Sites <https://github.com/mikf/gallery-dl/blob/master/docs/supportedsites.md>`__). It is a cross-platform tool -with many `configuration options <docs/configuration.rst>`__ -and powerful `filenaming capabilities <docs/formatting.md>`__. +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>`__. |pypi| |build| @@ -106,9 +106,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.24.4/gallery-dl.exe>`__ +- `Windows <https://github.com/mikf/gallery-dl/releases/download/v1.24.5/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.24.4/gallery-dl.bin>`__ +- `Linux <https://github.com/mikf/gallery-dl/releases/download/v1.24.5/gallery-dl.bin>`__ Nightly Builds @@ -168,7 +168,7 @@ from: gallery-dl [OPTIONS]... URLS... -Use :code:`gallery-dl --help` or see `<docs/options.md>`__ +Use :code:`gallery-dl --help` or see `<https://github.com/mikf/gallery-dl/blob/master/docs/options.md>`__ for a full list of all command-line options. @@ -222,13 +222,13 @@ Documentation ------------- A list of all available configuration options and their descriptions -can be found in `<docs/configuration.rst>`__. +can be found in `<https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst>`__. | For a default configuration file with available options set to their - default values, see `<docs/gallery-dl.conf>`__. + default values, see `<https://github.com/mikf/gallery-dl/blob/master/docs/gallery-dl.conf>`__. | For a commented example with more involved settings and option usage, - see `<docs/gallery-dl-example.conf>`__. + see `<https://github.com/mikf/gallery-dl/blob/master/docs/gallery-dl-example.conf>`__. Locations @@ -318,12 +318,11 @@ 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 <docs/configuration.rst#extractorcookies>`__ +`cookies <https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst#extractorcookies>`__ option in your configuration file by specifying - | the path to a Mozilla/Netscape format cookies.txt file exported by a browser addon - | (e.g. `Get cookies.txt <https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid/>`__ for Chrome, - `Export Cookies <https://addons.mozilla.org/en-US/firefox/addon/export-cookies-txt/>`__ for Firefox) + | (e.g. `Export Cookies <https://addons.mozilla.org/en-US/firefox/addon/export-cookies-txt/>`__ for Firefox) - | a list of name-value pairs gathered from your browser's web developer tools | (in `Chrome <https://developers.google.com/web/tools/chrome-devtools/storage/cookies>`__, |
