MyDownloader: A Multi-thread C# Segmented Download …

Basically, all video site handlers only need to parse the HTML page and return the URL of the FLV. This process have three main steps: Download the HTML page from the video site. Parse the HTML to discover the video URL. Return the video URL. All common things are on BaseVideoDownloader class. This class retrieves the HTML and starts to ... ................
................