[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.
16 posts Page 2 of 2
User avatar
Bogoh67
VIP - Site Partner
VIP - Site Partner
Posts: 656
Joined: Sun Apr 18, 2010 8:20 pm

i am 99% sure they switched watch-username
to author

or watch-uploader-info
User avatar
Napster1488
VIP - Donator
VIP - Donator
Posts: 524
Joined: Fri Jan 07, 2011 8:41 pm

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.
YouTube Downloader v3.0
Image
Image
Image
User avatar
polas
New Member
New Member
Posts: 13
Joined: Sun Dec 20, 2009 6:32 pm

Re: [TUTORIAL]Get YouTube Video Infos
polas
How to use this code if i'm new for it ?
Thanks.
User avatar
Napster1488
VIP - Donator
VIP - Donator
Posts: 524
Joined: Fri Jan 07, 2011 8:41 pm

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.
YouTube Downloader v3.0
Image
Image
Image
User avatar
ssk9208
Just Registered
Just Registered
Posts: 1
Joined: Sun Mar 17, 2013 3:21 am

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;
User avatar
Jaime1993
New Member
New Member
Posts: 14
Joined: Wed Oct 03, 2012 7:40 pm

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"
16 posts Page 2 of 2
Return to “Tutorials”