|
> but this won't carth frames if there are any.. I may add
> this feature in the future, however, as it is requested
> time to time.
I'm looking the source code, but I'm not able to find the
<a href="..."> parser... where is it? :)
into htsparse.c I found this piece of code:
// <A HREF=.. pour les liens HTML
p=rech_tageq(adr,"href");
if (p) { // href.. tester si c'est une bas href!
if ((intag_start_valid) && check_tag
(intag_start,"base")) { // oui!
// ** note: base href et codebase ne font pas bon
ménage..
p_type=2; // c'est un chemin
}
}
but it doesnt affect subpages scanning...
any suggestion?
Thank you! | |