Friday, December 5, 2014

windows - Save webpage with linked images (full size)



I have tried some browsers and addons for saving webpages. Opera saves them in MHTML, just like Firefox does with an add-on. That won't download / save the big images so they won't work. MHTML neither.



Now I have installed MAF (Mozilla Archive Format), but that does the same.



Any ideas how could I save a webpage/article 1:1?


Answer



You basically need some form of spidering software- In addition to the classic wget, the one that most people recommend is httrack - it has a nice GUI, and is fairly simple. If its for a single page, just set link depth to a low number.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...