I am trying to get a list of video ids for all uploaded videos to a channel. I would also like to use the new version of the YouTube Data API (V3). How do I do this?
|
You have to get the upload playlist id to get each videos uploaded. To get that, you need to get the channel id. After you have the playlist id from the channel id, it is pretty simple. I have written out the steps for all three below. Also, we offer PubSubHubBub which allows you to be alerted every time a new video is added to a channel, or you could use SUP (V2) to see which resources have changed before making the calls. Instructions to get video ids for all uploaded videos for a channel in V3
|
|||
|
|
|
@codingjeremy Is there a way to get channel ids you use in step 1 for a particular user. The above procedure is ok if we are interested in one channel, but if interested in all videos of a user (and user has several channels) ? |
|||
|