> How could download only the images from a web site??
Generally, refuse all links except html data and
images (html data is necessary to detect links!) :
-* +*.gif +*.jpg +*.png +*.bmp +www.yoursite.com/*.htm
+www.yoursite.com/*.html +www.yoursite.com/*.php
+www.yoursite.com/*.cgi
|