Domanda

how can I get the number of playlists in a youtube channel and in each playlist details about number of videos that it contains

the playlistitems.list returns all the uploaded videos. I need them sorted in there lists to use them in my app

È stato utile?

Soluzione

Use the playlists#list method with a channelId parameter to get the playlists and, for each playlist, call playlistItems#list with the playlistId parameter.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top