YouTubeのvideoidに関するfeed情報がほしかったので、取得方法を調査
で、答えがこちら、
これ、どうやって発見したんだろうと、公式ガイドを探していたら、Reference Guide: Data API Protocolにありました。What does the data returned by the API look like
via:How to get thumbnail of YouTube video link using YouTube API?
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
やっぱりよく読まないとだめだなー。
0 コメント:
コメントを投稿