youtube-node
youtube-node copied to clipboard
search limit
Hi, I want to extract more than 50 results and I would like to know how to do that. I didn't found in npm documentation.
I am using:
this.client.search(requestName, 50, {}, (error, data)=>{
But I would like to be able to make a new request for items from 50-100, 100-150, and more.
As I understand, Youtube doesn't allow retrieving more than 50 results per request. So, what you want is not possible.