Youtube - how to get a list of videos in youtube channel and display them as a list? -
i browsing youtube api here: https://developers.google.com/youtube/v3/guides/working_with_channel_ids
and don't quite see way of channel's videos. not common thing people do? , need channel id not sure how get. not channel.
would please able point me in right direction here. seems if can embed video website, should able full channel list of videos. or missing something?
you can retrieve channel id:
retrieve youtube channel info "vanity" channel
and later, channel id can retrieve channel's playlists:
https://developers.google.com/youtube/v3/docs/playlists
and can use each playlist id retrieve playlistitems, , in way retrieve videoids in channel:
Comments
Post a Comment