문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top