标签: 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'));