Page 2 of 2

Re: [TUTORIAL]Get YouTube Video Infos

Posted: Sat May 07, 2011 11:54 pm
by Bogoh67
i am 99% sure they switched watch-username
to author

or watch-uploader-info

Re: [TUTORIAL]Get YouTube Video Infos

Posted: Wed May 18, 2011 11:21 pm
by Napster1488
Bogoh67 wrote:
i am 99% sure they switched watch-username
to author

or watch-uploader-info
There are many ways to get Video UserName,
and the one i Posted is still in use and working.

Re: [TUTORIAL]Get YouTube Video Infos

Posted: Wed Jun 22, 2011 6:30 pm
by polas
How to use this code if i'm new for it ?
Thanks.

Re: [TUTORIAL]Get YouTube Video Infos

Posted: Wed Jun 22, 2011 7:29 pm
by Napster1488
polas wrote:
How to use this code if i'm new for it ?
Thanks.
Just Put Webbrowser into Windows Form,make that it navigates to youtube video.
And add textbox or something and add code in document completed event from webbrowser control.

Re: [TUTORIAL]Get YouTube Video Infos

Posted: Sat Mar 23, 2013 11:42 am
by ssk9208
I used the following code to get the title:
Code: Select all
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
Result:
Image
What should I do? cryer;

Re: [TUTORIAL]Get YouTube Video Infos

Posted: Sat Mar 23, 2013 2:55 pm
by Jaime1993
im not sure of it but maybe youtube has changed there codes or whatever , so u cant get them using the one posted in 2011 ..
maybe try to find another one working

"sorry if im wrong"