| > <http://www.osha.gov/pls/oshaweb/owadisp.show_document?>>;
p_table=STANDARDS&p_id=9853
> (..) but also include the images it needs. I thought
include
> non-HTML links would do this ( but i have set maximum
Err, instead of depth=1, you should use the default depth,
and strict filters, such as something like:
-* +www.osha.gov/pls/oshaweb/owadisp.show_document?p_table=*&p_id=* +*.gif
+*.jpg +*.png +*.css +*.js
(The first '-*' will exclude everything first (except the
url(s) typed into httrack) and the other filters will
accept the desired files)
This filter may have to be adapted, of course, depending on
what you exactly want to capture. (for example,
+www.osha.gov/*.gif instead of +*.gif if you want to
limit the scope of the gif-capture to the www.osha.gov
website)
| |