Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

youtube api - Search results have a couple of more "nextPageToken", but no more items

I call YT.Search API and then iterate over the results. Page by Page. At some?point, there are still more pages to iterate, but the "items"?array is empty.

I had to add a condition to break the iteration loop.

if (searchResults.items.length == 0 || !('nextPageToken' in searchResults)) {

Is that a known issue?enter image description here

I saw this post but I recall it wasn't like that a few weeks ago.

I used to call the YT search and get ~2000 results per keyword.

question from:https://stackoverflow.com/questions/65600133/search-results-have-a-couple-of-more-nextpagetoken-but-no-more-items

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...