gallery-dl is a command-line program designed to download image galleries and collections from a wide range of image hosting sites. It is actively maintained with frequent updates, primarily to address changes in website structures and add support for new sites. The current version is 1.31.10, and it maintains a rapid release cadence.
pip install gallery-dlVerified import paths — ran on the pinned version, not inferred.
Downloads all available images from a public Imgur gallery, saving them to the current directory.
Regularly update to the latest `gallery-dl` version (`pip install --upgrade gallery-dl`). If the issue persists after updating, check the official GitHub issues for known problems with the specific site or report a new one.
Consult the `gallery-dl` documentation for the specific site you are trying to download from regarding authentication methods. Common approaches include using `--cookies` with a Netscape-formatted cookie file or `--username`/`--password` options if supported.
To enable original DeviantArt downloads, you may need to adjust your configuration or use specific command-line options. Refer to the DeviantArt extractor documentation within `gallery-dl` for details on how to re-enable this feature.
Always wrap URLs in double quotes (e.g., `gallery-dl "https://some.site/url with spaces"`) to ensure the shell passes the entire URL as a single argument to `gallery-dl`.
This typically indicates a broken extractor. Upgrade `gallery-dl` to the latest version (`pip install --upgrade gallery-dl`). If the issue persists, check the GitHub issues for `gallery-dl` to see if a fix is in progress or report a new issue.
Provide authentication credentials. For many sites, this means using a cookies file (e.g., `--cookies cookies.txt`) generated by a browser extension. Refer to the `gallery-dl` documentation for the specific site's authentication requirements.
No dependency data recorded yet.