Here's my idea. I want to parse the meta data (keywords and descriptions) from a list of urls in a text file.

The urls are formatted in the text file in this format:
http://www.dogsdogsdogs.com
http://www.ilikedogs.com
http://www.didyouseethatdog.com

I'm not really worried about where I'm going to store the results, I'm deciding between a separate text file or an excel table. My problem has been the parsing, I've been having trouble coding this on my own for awhile so i decided to ask the community. Any ideas? Thanks for any input.