| 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. | |