[TUTORIAL]Get YouTube Video Infos
Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
i am 99% sure they switched watch-username
to author
or watch-uploader-info
to author
or watch-uploader-info
Bogoh67 wrote:i am 99% sure they switched watch-usernameThere are many ways to get Video UserName,
to author
or watch-uploader-info
and the one i Posted is still in use and working.
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.
And add textbox or something and add code in document completed event from webbrowser control.
I used the following code to get the title:

What should I do? cryer;
Code: Select all
Result: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

What should I do? cryer;
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"
maybe try to find another one working
"sorry if im wrong"
Copyright Information
Copyright © Codenstuff.com 2020 - 2023