[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 1 of 2
User avatar
Napster1488
VIP - Donator
VIP - Donator
Posts: 524
Joined: Fri Jan 07, 2011 8:41 pm

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
YouTube Downloader v3.0
Image
Image
Image
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Hello Napster1488,
Maybe split the codes into separate code blocks, but anyway nice and keep it up cooll;
You're crazy!
I'm not crazy, my mother had me tested. ~Sheldon Cooper
User avatar
Napster1488
VIP - Donator
VIP - Donator
Posts: 524
Joined: Fri Jan 07, 2011 8:41 pm

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!
YouTube Downloader v3.0
Image
Image
Image
User avatar
Jg99
VIP - Site Partner
VIP - Site Partner
Posts: 453
Joined: Sun Mar 20, 2011 5:04 am

Re: [TUTORIAL]Get YouTube Video Infos
Jg99
Awesome Tut, i like it! Keep up the Awesome work
http://www.sctechusa.com SilverCloud Website
User avatar
Napster1488
VIP - Donator
VIP - Donator
Posts: 524
Joined: Fri Jan 07, 2011 8:41 pm

Jg99 wrote:
Awesome Tut, i like it! Keep up the Awesome work
Thanks!
YouTube Downloader v3.0
Image
Image
Image
User avatar
un kn0 wn
VIP - Donator
VIP - Donator
Posts: 269
Joined: Mon Mar 29, 2010 6:12 pm

Nice Tut, some useful codes.
User avatar
Napster1488
VIP - Donator
VIP - Donator
Posts: 524
Joined: Fri Jan 07, 2011 8:41 pm

un kn0 wn wrote:
Nice Tut, some useful codes.
THX!
YouTube Downloader v3.0
Image
Image
Image
User avatar
anthonygz
Member
Member
Posts: 48
Joined: Sun Feb 13, 2011 7:25 pm

I would totally do something for you if you could find out or post how to get the comments into a textbox or something.
User avatar
Napster1488
VIP - Donator
VIP - Donator
Posts: 524
Joined: Fri Jan 07, 2011 8:41 pm

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 ;)
YouTube Downloader v3.0
Image
Image
Image
User avatar
Napster1488
VIP - Donator
VIP - Donator
Posts: 524
Joined: Fri Jan 07, 2011 8:41 pm

I tryd to get Comments,
but its really Hard, in the moment i didnt got it Working...sry...
YouTube Downloader v3.0
Image
Image
Image
16 posts Page 1 of 2
Return to “Tutorials”