How to get the youtube video title through API

manhal

Newbie
Joined
Apr 15, 2009
Messages
48
Reaction score
2
I am trying to extract some youtube video info based on a known $video_id:

for example I can get a thumbnail image by doing
http: //img.youtube.com/vi/$video_id/0.jpg

similarly, is there a way to get the video title ?
 
Code:
http://code.google.com/apis/youtube/overview.html
 
Back
Top