Download an entire site with wget.

“Mini How To” Download an entire site with wget.

Ever wanted to download every image on a website?  Like wallpapers but don’t wanna spend the time to download them individually?

There is an easy way using Terminal.

The website myhdwallpaper.com has 9000+ HD wallpapers but I really don’t have the time to click through every wallpaper and just download the one I want.

The simple solution is to just do a:

wget http://myhdwallpaper.com

This would download the entire website in a flash(depending on your internet connection).  But what if we want to download without the webmaster of the website noticing right away (a good webmaster will notice no matter what) we can use the following command: