Tool for copying single web-pages / landers

lukewd

Newbie
Joined
Mar 2, 2018
Messages
19
Reaction score
5
Hi there,

Does anyone know of any tool for creating/downloading a copy of a lander or pre-lander (a single web-page)?

Thanks
 
You can use httrack, just google it. It's free too

Just make sure you check everything in the source code
 
Or if you have access to a linux console (W10 has that but you need to install it) you can just use this command:

wget --random-wait --no-check-certificate -r -p -e robots=off mozilla NAME OF DOMAIN
 
I'm using wget. It's better than httrack.
httrack puts unnecessary code in the download and then you will have an extra job.
wget also works on windows from the console. I think that you will easily find how to setup on YouTube. I did it.
 
You can hire some Eastern-Europe (Ukraine mostly) developer to do that for you under $200 budget. Good luck!
 
+1 for Httrack. It just adds 2 lines of HTML comments and 1 line extra. Nothing visible or anything that can steal your traffic or cause any problems.
 
does anyone use httrack from the command line? if so, what options do you set? example command would be greatly appreciated.
 
Back
Top