Get YouTube Video dimensions (width/height)

前端 未结 5 934
孤街浪徒
孤街浪徒 2020-12-06 01:08

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

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-06 01:57

    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 ;-)

提交回复
热议问题