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
Dim PictureURL As String = "http://www.bing.com" + New System.Net.WebClient().DownloadString("http://www.bing.com/HPImageArchive.aspx?format=rss&idx=0&n=1&mkt=de-DE").Replace("", "|").Replace("", "|").Split("|")(3)