Site Ripping Tools

Joined
Apr 26, 2010
Messages
999
Reaction score
182
Hello.

I need to tool to rip/copy a website.

I need it to search and download everything - or as much as possible.

I am trying to do it with wget via ssh from my server, but it is pretty slow and i am not sure how good it is or how much it gets as the site is HUGE.

What is the best application that is FAST and downloads the MOST?
Something for MAC OS X would be great, but if only PC thats still fine.

I want SPEED and something that digs deep to get as much as possible.

Thanks
 
The problem with wget is that it doesn't download all images in the CSS

you could try this modified version
http://www.mail-archive.com/[email protected]/msg09502.html
http://ted.mielczarek.org/code/wget-modified/trunk/

then use
Code:
wget --page-requisites -r http://www.example.com/
 
http://www.pure-mac.com/offline.html
http://www.sitesucker.us/home.html

^^For Mac
 
Sitesucker is the one for the mac, i use it all the time. its free to
 
I have used BlackWidow in the Past. Worked like a charm.
 
Back
Top