| > my rules:
> -*
> -/somesite.com/forum/viewtopic.php?f=*
> -/somesite.com/forum/viewforum.php?f=*
> +/somesite.com/*.jpg
>
> This captures internal jpg on the domain.
>
> But now I also check the include external non-html
> near links option.
> But it is not getting imageshack images, for
> example.
>
> Do I have to enable external link depth too?No that would allow spidering
external sites.
> OK it's not actually links I am refering to. It's
> embedded imageshack images. Maybe the "get near"
> option does not include embedded stuff, but really
> only links..
HTT can only see links, there is no magic. For the embedded stuff try adding
the extended parsing (links -> attempt to detect all)
| |