how i can rip 1 page of some site

vldsam95

Power Member
Joined
May 27, 2018
Messages
566
Reaction score
32
hey i know that HTTeack can rip whole site

but how can i rip only 1 page (some landing page)?
 
Buddy, you just have to edit the URL to be URL/yourpage

:oops:
 
Code:
httrack "https://website.com/page" wget -p

change the URL

paste this as you would paste any domain URL in your httrack and hit next next next
 
"wget" ist your way to go on Mac OS or Linux:

Code:
wget -r -l1 -k https://domain.com/path

This downloads the entire page content und converts all links to absolute ones, so all functions will work.
 
Save the page as html. You should be able to modify all tags with your preference.
 
Back
Top