YouTube V3 API不返回频道的最后一个视频

时间:2019-05-27 23:27:06

标签: php youtube-api

我致电youtube api v3获取频道的所有最后20个视频。一切正常,但没有返回最后两个视频。你有什么主意吗?

json_decode(file_get_contents('https://www.googleapis.com/youtube/v3/search?key='.$API_key.'&channelId='.$channelID.'&part=snippet,id&order=date&maxResults=20'));

0 个答案:

没有答案