Skip to content

Instantly share code, notes, and snippets.

@jesusgoku
Last active February 10, 2016 18:53
Show Gist options
  • Save jesusgoku/f8cf1442101f04691b9d to your computer and use it in GitHub Desktop.
Save jesusgoku/f8cf1442101f04691b9d to your computer and use it in GitHub Desktop.
WGET - Download all files from page
wget -nd -r -l 1 -A jpg http://example.com/listing/
# -nd No directory option, all on base current directory
# -r Recursive
# -l Level of recursive
# -A Extension download
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment