https://www.googleapis.com/youtube/v3/channels?id=UC_x5XG1OV2P6uZZ5FSM9Ttw&part=snippet%2CcontentDetails%2Cstatistics&key= {YOUR_API_KEY}
使用此API链接,我从头开始获得了视频列表,但不是所有视频。我只有300到500个视频。
答案 0 :(得分:0)
这有点复杂。您必须打几个电话。
youtube.channels.list
将id
设置为channelId
并将部分内容设置为contentDetails
)uploads
的播放列表的ID youtube.playlistItems.list
设置为playlistId
并将part
设置为snippet
,还可以将maxResults
设置为50)nextPageToken
从这里https://stackoverflow.com/a/27872244/975887
找到了希望这会有所帮助。