0

I am trying to download a web page including everything. I tried several methods and so far what worked better is the build in save page in Firefox, nevertheless it does not allow me to include one or more levels of links. I also tried HTTrack but in this case it fails to include the js files.

How can I configure HTTrack to download js as well? A better tool to do this?

Thanks

nest
  • 103

2 Answers2

1

If you on Mac, install brew, then use brew to install wget, finally, use wget command to download the page.

wget -p -k -e robots=off -U 'Mozilla/5.0 (X11; U; Linux i686; en-US;rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4' https://www.google.com 
Byron
  • 111
0

On the web page , view its source , and then copy it and paste it in notepad and for others open those css and js links from the website's source and save according to their file-extension.

Chirag
  • 55