获取有关内容围绕某个主题的内容的YouTube频道
如何获取有关内容围绕某个主题的内容旋转的YouTube频道的名称?
fetchChannels("cats")
应该获取围绕猫视频的频道名称。
在问这个问题之前,我已经检查了YouTube API,但没有发现任何有用的东西。
最好在JavaScript或Python中进行此操作?
How do I fetch the names of youtube channels having content revolving around a certain topic?
fetchChannels("cats")
should fetch channel names revolving around cat vidoes.
Before asking this question I've checked the youtube API but didn't found anything useful.
How would I go about doing this preferably in JavaScript or Python?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用下面的链接并获取数据。
您将通过任何名称获得频道
https://www.googleapis.com/youtube/v3/search?part=snippet&tepe = channel&amaxresults = maxResults = 100& amp; amp; amp; amp; amp; amp; amp; amp; amp; amp; q =猫
You can use the link below and fetch the data.
You will get the channel by any name
https://www.googleapis.com/youtube/v3/search?part=snippet&type=channel&maxResults=100&key=[api-key]&q=cat