Skip to content

Instantly share code, notes, and snippets.

@phillipwilhelm
Forked from solepixel/batch-download-images.sh
Created September 7, 2020 08:04
Show Gist options
  • Save phillipwilhelm/23e84f628f5549de71f899677d8efe8d to your computer and use it in GitHub Desktop.
Save phillipwilhelm/23e84f628f5549de71f899677d8efe8d to your computer and use it in GitHub Desktop.
Use wget to batch download a list of image URLs
wget -i image-list.txt --force-directories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment