Html Grabber

Html Grabber
PHP script that will do the following:

1) User enters a URL

2) Script returns a link to a downloadable .zip file which includes the page html and all of the assets (images, css, javascript etc.). HTML is modified so that all of the assets are locally referenced rather than on third-party sites.

Options may include how to modify the assets references (such as don’t modify, make relative, or use a specific domain and path), as well as to whether to skip certain file types or to leave certain third-party assets intact (like embedded youtube videos).

We can discuss additional options but overall we want to keep this basic. The primary goal is to have a quick way to save a local copy of a page that can be viewed with all the assets in tact without reference to third-party sites, whether those paths were relative or absolute in the original page.

Leave a Reply

Your email address will not be published. Required fields are marked *