youtube-node icon indicating copy to clipboard operation
youtube-node copied to clipboard

search limit

Open IonutAlexandruPanait opened this issue 6 years ago • 1 comments

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.

IonutAlexandruPanait avatar Feb 12 '19 09:02 IonutAlexandruPanait

As I understand, Youtube doesn't allow retrieving more than 50 results per request. So, what you want is not possible.

christopher-ramirez avatar Mar 18 '19 21:03 christopher-ramirez