多个搜索作者+关键字
像这样:http://gdata.youtube.com/feeds/api/videos?alt=rss&q=irem%20ya%C4%9Fc%C4%B1&author=ewakolik
我可以一起搜索作者和关键字,
但我无法在v3版本中找到它
https://www.googleapis.com/youtube/v3/search?part=snippet&q=irem+ya%C4%9Fc%C4%B1&key={YOUR_API_KEY}
作者是上传此视频的YouTube用户。 这转换为视频在v3中上传的channelID。
所以在你的搜索中你可以定义channelId。
GET https://www.googleapis.com/youtube/v3/search?part=snippet&channelId= UC1oFl9_Y7LM5tjCcpTpqA1g&q=irem+yagci&key={YOUR_API_KEY}
要获取任何传统用户名的channelId,您可以使用:
GET https://www.googleapis.com/youtube/v3/channels?part=id&forUsername=ewakolik&key={YOUR_API_KEY}
链接地址: http://www.djcxy.com/p/28993.html
上一篇: multiple search author + keyword
下一篇: How to get all videos uploaded by a specific user via YouTube API