The best tool / library for loading HTML pages + all components

I am looking for a command line tool or library (preferably in Perl) for loading an HTML page and all its components: external CSS, external JavaScript, images, flash memory or other objects, etc.

I did not find a tool for this. I can load the HTML page and parse the HTML to find all the external links. But I would rather not reinvent the wheel if the existing tool does it.

+3
source share
2 answers

WGet can serve your needs, although I don't know how this works with CSS.

+7
source

wget , ajax/xul/etc .

0

Source: https://habr.com/ru/post/1707508/


All Articles