| Hello,
First of all, congratulation for your very nice tool,
I'm using httrack with the ARC writer plugins
(http://shasta.cs.uiuc.edu/~lrclause/arc.c from Lars Clausen).
I'm playing with callback "receive-header" and
"transfer-status" to
store URL in one ARC File.
All url with "text/html" contentype are saved. But no other
content/type.
In arc.c, it seems, that :
in dump_chunk
back[p].r.adr (wich contains datas) is defined only for
text/html type.
It's certainly undefined somewhere in "htsback.c" before the
call of "hts_htmlcheck_xfrstatus(&back[p])";
in back_delete ? back_clean ?
But i can't see where.
Any Help would be appreciate
| |