Google Chrome拡張機能の開発中に問題が発生しましたが、問題が発生しているのか、それともYouTube DataAPIv3のバグなのかわかりません。
したがって、問題は、「リスト」呼び出しでtype:「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.",
誰かが私を正しい方向に向けることができますか?御時間ありがとうございます。