2012/07/03

[YouTubeAPI]videoidに紐つくfeed情報

YouTubeのvideoidに関するfeed情報がほしかったので、取得方法を調査
で、答えがこちら、

What does the data returned by the API look like
Open these URLs in your browser to find out:

http://gdata.youtube.com/feeds/api/videos/gzDS-Kfd5XQ?v=2&prettyprint=true
http://gdata.youtube.com/feeds/api/videos/gzDS-Kfd5XQ?v=2&prettyprint=true&alt=json
http://gdata.youtube.com/feeds/api/videos/gzDS-Kfd5XQ?v=2&prettyprint=true&alt=jsonc
Notes:

gzDS-Kfd5XQ is the Id of the video.
I recommend the 3rd one because it has the smallest footprint

via:How to get thumbnail of YouTube video link using YouTube API?
これ、どうやって発見したんだろうと、公式ガイドを探していたら、Reference Guide: Data API Protocolにありました。

やっぱりよく読まないとだめだなー。

0 コメント:

コメントを投稿