Project DescriptionArachnophile is a collection of extension methods to facilitate easy Web scripting such as screen scraping or downloading files.
NuGetArachnophile is available as a NuGet package.
PM> Install-Package ArachnophileArachnophile NuGet package
ExampleExample script in LINQPad using Arachnophile below. This script fetches all links from a feed, gets all HTML documents, screen scrapes all flash links and dumps them out to the LINQPad output panel. A slightly modified version of this script was used to download all episodes of a publicly available TV program.
