Youtube API v3获取用户名

时间:2015-02-05 10:37:52

标签: php youtube

我正在向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
  }
}

任何帮助?

0 个答案:

没有答案