Last active
September 17, 2015 15:48
-
-
Save chrissy-dev/3f2d0bb2eccea8e2424e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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