1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 13:15:28 +02:00
tldr/pages/common/gallery-dl.md
Laaarge 0fe60568a9
bclm, autoraise: add page; gallery-dl: edit page (#15161)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2024-12-20 23:34:45 +01:00

809 B

gallery-dl

Download image galleries and collections from several image hosting sites. More information: https://github.com/mikf/gallery-dl.

  • Download images from the specified URL:

gallery-dl "{{url}}"

  • Save images to a specific directory:

gallery-dl --destination {{path/to/directory}} "{{url}}"

  • Retrieve pre-existing cookies from your web browser (useful for sites that require login):

gallery-dl --cookies-from-browser {{browser}} "{{url}}"

  • Get the direct URL of an image from a site supporting authentication with username and password:

gallery-dl --get-urls --username {{username}} --password {{password}} "{{url}}"

  • Filter manga chapters by chapter number and language:

gallery-dl --chapter-filter "{{10 <= chapter < 20}}" --option "lang={{language_code}}" "{{url}}"