Sunday, November 30, 2014

Simple way to download all the images of website

1.Install wget
2.Open terminal or command prompt
3)Change the directory to which you want all the images to be downloaded
4)Input the following command
wget -nd -r -l 2 -A jpg,jpeg,png,gif http://duraiamuthan.blogspot.in/

 Thats it all the images will be downloaded but it will take some time.

Note:
You can not use cURL it doesn't support recursive download like wget.

No comments:

Post a Comment