I would like to load a web page and save it using the command line (want the same behavior that we get for the save page, like for a full page in firefox or chrome.)
I tried using wget and httrack, they gave me html files correctly. But in the case of incorrect html, the browser fixes it when rendering and using save, because there we get the corrected html, but this does not happen in the case of wget or htttrack.
Is there any tool that would display the page and save the page along with all the images and flash memory and all other things in a local format.
source
share