在开发Google Chrome扩展程序时,我偶然发现了一个问题,但我不确定我是否做错了什么,或者它是否是Youtube Data API v3错误。
所以问题是即使我指定了类型,我也会得到播放列表结果:" video"在"列表"调用
为了确保我的代码不是问题,我去了: https://developers.google.com/youtube/v3/docs/search/list#try-it
我在字段中添加了以下内容:
part: snippet
channelId: UCy1Ms_5qBTawC-k7PVjHXKQ
maxResults: 50
q: Content Patch
type: video
结果我得到了:
"id": {
"kind": "youtube#playlist", // < Playlist item :\
"playlistId": "PLB9225A9DA3422059"
},
"kind": "youtube#searchResult",
"etag": "\"oLweQuB9Vh7wAB9a0AIHg_K-wsM/dR9GDZWu_nfsoaj5bdrHQ3Ng_GA\"",
"snippet": {
"publishedAt": "2012-10-31T13:02:09.000Z",
"channelId": "UCy1Ms_5qBTawC-k7PVjHXKQ",
"title": "Content Patch",
"description": "A daily gaming news show, which efficiently integrates opinionated commentary and also our viewers' feedback in a concise and to-the-point manner.",
有人能指出我正确的方向吗?谢谢你的时间。
答案 0 :(得分:0)
这很可能是API中的一个错误,因为它似乎不再发生了。