I’m trying to get the size of a YouTube video. I’m using a Gdata API call to retrieve the basic informations (title, URLs, thumbnails and categories) but I can’t find the vi
There is a solution right now: if you scrape the video public page:
http://www.youtube.com/watch?v=[id]
you can see the open graph width and height tags, for example:
So you can get the dimensions there ;-)