How can get all results from Youtube API (search API) response

后端 未结 2 2098
我寻月下人不归
我寻月下人不归 2020-12-08 08:32

Like the title. I do a request like this :

https://www.googleapis.com/youtube/v3/search?key=AIzaSyDuxczhyyvHWfxKuF3ygW9p0GWmKlvWLYc&part=id,snippet&         


        
2条回答
  •  粉色の甜心
    2020-12-08 09:23

    There's documentation for channelId (still not for videoCategoryId) by the way

    https://developers.google.com/youtube/v3/docs/search/list#channelId

    Note: Search results are constrained to a maximum of 500 videos if your request specifies a value
    for the channelId parameter and sets the type parameter value to video, ...
    

提交回复
热议问题