开发者

Looking for an app that will download HTML and all resources [closed]

开发者 https://www.devze.com 2023-04-05 02:22 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries开发者_运维问答, and more. You can edit the question so it can be answered with facts and citations.

Closed 8 years ago.

Improve this question

Does such an app exist that will download all the HTML from a webpage along with the CSS, Images, JS, etc.

A bonus feature would be if it could even rewrite URLs and even grab images referenced in CSS files.

Thanks for any suggestions!


See HTTrack Website Copier.

Description copied from website:

HTTrack is a free (GPL, libre/free software) and easy-to-use offline browser utility.

It allows you to download a World Wide Web site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer. HTTrack arranges the original site's relative link-structure. Simply open a page of the "mirrored" website in your browser, and you can browse the site from link to link, as if you were viewing it online. HTTrack can also update an existing mirrored site, and resume interrupted downloads. HTTrack is fully configurable, and has an integrated help system.


You already have it.

In terminal, type wget -mk http://www.example.com

-m is mirror mode, -k converts hrefs for local viewing

edit

I may have made an assumption since I had it, but I have developer tools and macports installed, so I have a lot of things some people may not have.

to install wget if you don't have it:

mkdir src
cd src
curl -O http://ftp.gnu.org/gnu/wget/wget-latest.tar.gz
tar xvfz wget-latest.tar.gz
cd wget-1.11.3
./configure
sudo make install


Most modern browsers can do exactly what you're looking for. In Firefox, for example, you could click on Save Page As and save the complete web page, with all of the images, js, and css.

Something like wget would also provide the functionality that you're looking for.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号