I\'m writing a program that gets the source code of a web page with a video on it. It then uses regular expressions to isolate the download link of that video. then it uses
This guy answered it very well.
How can I get HTML page source for websites in VB.NET?
This was his code:
Dim sourceString As String = New System.Net.WebClient().DownloadString("SomeWebPage")