| > I simply want to get all .jpg files above 10kb from
> all parts of the site that have
> <http://www.cosplay.com> in the name, and I want
> nothing from sites outside.
> typing -* +http://www.cosplay.com/*.jpg*[>10]
That won't work. Unless you have a list of image urls, you MUST let it spider
the site to get them.
> I am unfamiliar with the mime prompts (or any of
-* +Mime:text/html +www.cosplay.com/*.jpg*[> 10] | |