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.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…