Skip to content

Instantly share code, notes, and snippets.

@chrissy-dev
Last active September 17, 2015 15:48
Show Gist options
  • Save chrissy-dev/3f2d0bb2eccea8e2424e to your computer and use it in GitHub Desktop.
Save chrissy-dev/3f2d0bb2eccea8e2424e to your computer and use it in GitHub Desktop.
// Save any image from a given site using wget
wget -nd -r -l 2 -A jpg,jpeg,png,gif http://www.mini.co.uk
wget -nd -H -p -A jpg,jpeg,png,gif -e robots=off www.mini.co.uk
recurive ... >>
wget -nd -r -H -p -A jpg,jpeg,png,gif -e robots=off http://www.vw.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment