| Subject: Re: source code of httrack |
Author: Yushatak |
Date: 08/29/2011 16:20 |
| | Yeah that's really easy - download the html file from the URL that gets input
to your program, then look through the HTML file for anchor tags and split the
text based on the <a> tags, then split those based on the </a> tags, and
enumerate through the results or just list/save them. I was building a crawler
once and that's as far as I got. | |
|
|
|
|
1
Created with FORUM 2.0.11