| > Parsing HTML files while downloading websites stops
> download activities for other files such as .GIF
& .JPG
> images, it is too slow while parsing.
> Can the HTML files be parsed after downloading ALL
> files like WEBSTRIPPER v2.10
<http://webstripper.net>?
You can't parse html files after other files, because
all links are embedded into html data! If the parsing
speed is too slow, this may be due to cgi pages like
php or asp (in this case, use the MIME types
like "asp,php=text/html")
| |