Page 1 of 2

[TUTORIAL]Get YouTube Video Infos

Posted: Thu Apr 21, 2011 2:07 am
by Napster1488
Hey Guys,
normally i dont wanted to Release this Codes since i wanted to keep it for my New YouTube Downloader but Ok...
Be sure you have a WebBrowser and it navigates to the Video from YouTube then add Textbox,Label or whatever and insert the Code u need ...
Example: Label1.Text= HERE THE CODE
Code: Select all
Video Titel: WebBrowser1.Document.GetElementById("eow-title").GetAttribute("title").ToString
UserName: WebBrowser1.Document.GetElementById("watch-username").InnerText
User Video Count: WebBrowser1.Document.GetElementById("watch-video-count").InnerText
Video Width: WebBrowser1.Document.GetElementById("movie_player").GetAttribute("width")
Video Height: WebBrowser1.Document.GetElementById("movie_player").GetAttribute("height")
Video Watched Count: WebBrowser1.Document.GetElementById("watch-actions-right").InnerText
Video Create Date: WebBrowser1.Document.GetElementById("eow-date").InnerText
Video Description: WebBrowser1.Document.GetElementById("eow-description").InnerText
Video Categories: WebBrowser1.Document.GetElementById("eow-category").InnerText
Video Tags: WebBrowser1.Document.GetElementById("eow-tags").InnerText
Video Likes/Dislikes: WebBrowser1.Document.GetElementById("watch-description-extra-info").InnerText
Hope it Helps u Guys...when using it in your Application then please add a Credit that i Created this Code ;)
Thanks!

Greetz Our Napster

Re: [TUTORIAL]Get YouTube Video Infos

Posted: Thu Apr 21, 2011 3:00 am
by Agust1337
Hello Napster1488,
Maybe split the codes into separate code blocks, but anyway nice and keep it up cooll;

Re: [TUTORIAL]Get YouTube Video Infos

Posted: Thu Apr 21, 2011 11:58 am
by Napster1488
Agust1337 wrote:
Hello Napster1488,
Maybe split the codes into separate code blocks, but anyway nice and keep it up cooll;
Ok Thanks!
Ill try if i can get more Infos from YouTube to VB ;)

EDIT:
I just got it working to manipulate the HTML Code from a YouTube Video ;)
Now i can disable AutoPlay etc...
Soo Guys be ready for a Awesome YouTube Downloader :) My New Version is coming soon!

Re: [TUTORIAL]Get YouTube Video Infos

Posted: Thu Apr 21, 2011 1:10 pm
by Jg99
Awesome Tut, i like it! Keep up the Awesome work

Re: [TUTORIAL]Get YouTube Video Infos

Posted: Thu Apr 21, 2011 1:44 pm
by Napster1488
Jg99 wrote:
Awesome Tut, i like it! Keep up the Awesome work
Thanks!

Re: [TUTORIAL]Get YouTube Video Infos

Posted: Fri Apr 29, 2011 6:24 pm
by un kn0 wn
Nice Tut, some useful codes.

Re: [TUTORIAL]Get YouTube Video Infos

Posted: Fri Apr 29, 2011 6:48 pm
by Napster1488
un kn0 wn wrote:
Nice Tut, some useful codes.
THX!

Re: [TUTORIAL]Get YouTube Video Infos

Posted: Sat May 07, 2011 5:47 pm
by anthonygz
I would totally do something for you if you could find out or post how to get the comments into a textbox or something.

Re: [TUTORIAL]Get YouTube Video Infos

Posted: Sat May 07, 2011 5:57 pm
by Napster1488
anthonygz wrote:
I would totally do something for you if you could find out or post how to get the comments into a textbox or something.
I will try now to do that ;)

Re: [TUTORIAL]Get YouTube Video Infos

Posted: Sat May 07, 2011 6:39 pm
by Napster1488
I tryd to get Comments,
but its really Hard, in the moment i didnt got it Working...sry...