Why is your crawler even downloading images? all I would expect it to do is just grab the HTML.
Hmmm, good point. I run the default webBrowser control in C#, which loads everything into a little browser window. I'll see if there is a way to have it only download the code and not load anything else...
Edit: I run the parser on a VM where I don't need to browse, so I just had to disable the loading of images from IE. Thanks!