我正在向Youtube API v3发出请求(搜索)。我可以在我找到的视频上获取很多信息,但我仍然会错过用户名(=上传者的名字)。
事情是:我在资源代表(https://developers.google.com/youtube/v3/docs/search)上找不到它:
{
"kind": "youtube#searchResult",
"etag": etag,
"id": {
"kind": string,
"videoId": string,
"channelId": string,
"playlistId": string
},
"snippet": {
"publishedAt": datetime,
"channelId": string,
"title": string,
"description": string,
"thumbnails": {
(key): {
"url": string,
"width": unsigned integer,
"height": unsigned integer
}
},
"channelTitle": string,
"liveBroadcastContent": string
}
}
任何帮助?