在 youtube 中搜索播放列表的视频 API
Search a video of a playlist in youtube API
我将此作为 youtube api 显示特定视频播放列表视频的请求 https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&playlistId='+playlist_id+'&key={My Key }
问题
我将如何获得将在该特定视频播放列表中搜索视频的请求?
您可以添加视频 ID 并将其 return 仅用于该视频。
videoId string
The videoId parameter specifies that the request should
return only the playlist items that contain the specified video.
如果问题是我如何 return 只有播放列表中的 "dog" 视频,答案是你不能。 playlistitems.list
中没有自由文本搜索
我将此作为 youtube api 显示特定视频播放列表视频的请求 https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&playlistId='+playlist_id+'&key={My Key }
问题 我将如何获得将在该特定视频播放列表中搜索视频的请求?
您可以添加视频 ID 并将其 return 仅用于该视频。
videoId string
The videoId parameter specifies that the request should return only the playlist items that contain the specified video.
如果问题是我如何 return 只有播放列表中的 "dog" 视频,答案是你不能。 playlistitems.list
中没有自由文本搜索