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.
source
share