Forrest logo
back to context overview

gallery-dl

List of commands for gallery-dl:

  • gallery-dl:tldr:3c1a0 gallery-dl: Download images from the specified URL.
    $ gallery-dl "${url}"
    try on your machine
    explain this command
  • gallery-dl:tldr:4dd31 gallery-dl: 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}"
    try on your machine
    explain this command
  • gallery-dl:tldr:778ba gallery-dl: Filter manga chapters by chapter number and language.
    $ gallery-dl --chapter-filter "${10 <= chapter < 20}" --option "lang=${language_code}" "${url}
    try on your machine
    explain this command
back to context overview