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:

https://developers.google.com/youtube/v3/docs/playlistitems


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -