HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Download single page and all it's dependencies?
Author: ITF
Date: 02/28/2004 09:12
 
> 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!
 
Reply Create subthread


All articles

Subject Author Date
Download single page and all it's dependencies?

05/29/2003 01:00
Re: Download single page and all it's dependencies?

05/29/2003 08:42
Re: Download single page and all it's dependencies?

02/26/2004 14:38
Re: Download single page and all it's dependencies?

02/28/2004 09:12




9

Created with FORUM 2.0.11