0

I'm building a tool to help creators improve their Channel's activity/revenue/visibility/whatever.

One of the checks is about the videos being or not into a playlist.

For what I can see I can get the list of most recent video uploaded with the search.list then I thought to just call the playlistItem.list to verify if there is a match passing the videoId but instead I see that I need to pass a playlistId too at least. So this is not viable.

The only way seems to get all the playlist of the channel (playlist.list) and then get the last N items of every Playlist (with playlistItems.list) and then run some verification of these results locally.

Is this really the best possible solution?

Claudio
  • 496
  • 2
  • 9
  • 35
  • possible Duplicate of [Youtube api v3 Get list of user's videos](http://stackoverflow.com/questions/22613903/youtube-api-v3-get-list-of-users-videos) – KENdi Mar 17 '16 at 12:04
  • That question ask how to get video of a user. This question ask which is the best way to have the playlist name in which a video is, if applicable. Or at least if it's in a playlist at all. – Claudio Mar 19 '16 at 10:34

0 Answers0