Logo

Armand.nz

Home / About / Linkedin / Github

Rip and save static copy of website using wget

#wget |

Download a complete static version of a website:

wget -m -p -E -k example.com

For a comprehensive download, you might use wget like this. This will download the entire website from www.example.com/tutorials/html/.

wget --recursive --no-clobber --page-requisites --html-extension --convert-links --restrict-file-names=windows --domains example.com --no-parent www.example.com/tutorials/html/

Explanation of the options:

comments powered byDisqus

Copyright © Armand