Question Download Yahoo video

mansi sharma

Member
Joined
Mar 8, 2009
Messages
16
Programming Experience
Beginner
H frnds , i want to donwload yahoo video,

VB.NET:
 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?
 
Back
Top