I am writing a program that reads through a website grabbing the content of each page and then following links and grabbing the contents of those pages and putting them all in to one linear file.
any ideas on how best to store the contents of the content grabber so it can move on to the next page?
I was thinking that I could do it in a temp file but I am not really sure how I would go about implementing it.
Any ideas?





Bookmarks