gallery-dl

Command-line downloader for image galleries and collections from hundreds of sites

brewmacoslinux
Try with needOr install directly
Source

About

Command-line downloader for image-hosting site galleries and collections

Commands

gallery-dl

Examples

download all images from a URL$ gallery-dl https://example.com/gallery
download images and save to custom folder$ gallery-dl -d /path/to/folder https://example.com/gallery
download with custom filename pattern$ gallery-dl --filename '{title}-{num}.{extension}' https://example.com/gallery
download only first 10 images from gallery$ gallery-dl --range 1-10 https://example.com/gallery
download all images from user profile$ gallery-dl https://example.com/user/username