Skip to content

Instantly share code, notes, and snippets.

@fernandojunior
Created December 9, 2013 08:33
Show Gist options
  • Save fernandojunior/7869120 to your computer and use it in GitHub Desktop.
Save fernandojunior/7869120 to your computer and use it in GitHub Desktop.
Retrieving images recursively with wget
# http://www.gnu.org/software/wget/manual/wget.html#Types-of-Files
wget -r -A .jpg,png http://url.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment