Re: [TUTORIAL]Get YouTube Video Infos
Posted: Sat May 07, 2011 11:54 pm
i am 99% sure they switched watch-username
to author
or watch-uploader-info
to author
or watch-uploader-info
Sharing, Teaching and Supporting coders of all ages and levels since 2009
https://www.codenstuff.com/forum/
Bogoh67 wrote:i am 99% sure they switched watch-usernameThere are many ways to get Video UserName,
to author
or watch-uploader-info
polas wrote:How to use this code if i'm new for it ?Just Put Webbrowser into Windows Form,make that it navigates to youtube video.
Thanks.
Private Sub WebBrowser1_DocumentCompleted(sender As Object, e As WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
Label2.Text = WebBrowser1.Document.GetElementById("eow-title").GetAttribute("title").ToString
End Sub