H frnds , i want to donwload yahoo video,
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim myclient As New WebClient
myclient.DownloadFile(source, dest)
End Sub
I write the yahoo vido url in place of source above,But yahoo vido is not downlaoding,Y so ? Can somebody know this?