How to get list of live video broadcasts using you

2019-06-26 07:36发布

问题:

I'm having an hard time trying to figure out how I can get a list of videos that are live for a given channel. For instance for this channel:

https://www.youtube.com/channel/UC4R8DWoMoI7CAwX8_LjQHig

I can get the videos from the uploads playlist or any playlist without any issue. However, I can't figure out how to get a list of live broadcasts.

Many thanks in advance

回答1:

Solved by using:

https://developers.google.com/youtube/v3/docs/search/list

There, you can filter by channelId and filter by live only if you add type=video and eventtype=live.

Thanks anyway



标签: youtube-api