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?
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.
2.1m questions
2.1m answers
60 comments
57.0k users