我目前正在测试YouTube v3 API ...我的移动应用中有一个搜索结果视图,显示需要以下字段的视频结果:
标题,作者,观点,描述,缩略图
在v2中请求:
https://gdata.youtube.com/feeds/api/videos?q=bugatti&orderby=published&max-results=10&v=2&alt=jsonc
Run Code Online (Sandbox Code Playgroud)
返回视频条目的以下响应:
{
"id": "rdprvN3g3EU",
"uploaded": "2013-02-11T12:49:05.000Z",
"updated": "2013-02-11T12:49:05.000Z",
"uploader": "thelongsixteen",
"category": "Games",
"title": "GTA IV Mods: Most Wanted #29 (German) (HD) - Ford Fiesta HFHV von Ken Block",
"description": "Wenn euch das Video gefallen hat dann hinterlasst bitte ein ganz brutalen Like. :D Es hilft mir und dem Projekt sehr weiter zu machen. ^_^ » Grand Theft Auto IV Most Wanted Playlist: www.youtube.com » Mehr Videos findet ihr hier: www.youtube.com » Left 4 …Run Code Online (Sandbox Code Playgroud)