How to search content across multiple channel in youtube api?

守給你的承諾、 提交于 2019-12-05 05:50:56

You can not add comma separated channels here. Either you can leave it blank to search all channels, or you can have a request per each channel and merge results. There is no multichannel search API.

As @Ibrahim has pointed out searching with multiple ChannelIDs is not possible. What can be done instead is do a search with no ChannelIDs at all. Each video result that you get will have the ChannelID for each of it. So you can loop through the result for items with your preferred list of channelIDs, and the matching ones can thus be filter.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!