twlite / youtube-sr

A dead-simple youtube metadata scraper
https://npmjs.com/package/youtube-sr
MIT License
113 stars 16 forks source link

Limite #4

Closed GIOVANNI-75 closed 3 years ago

GIOVANNI-75 commented 3 years ago

hello, how can we do to increase the response limit over of 20? (in search the limit of my results is 18 items max)

twlite commented 3 years ago

try something like this youtube.search("query", { limit: 100 })

GIOVANNI-75 commented 3 years ago

I already try to change the limit options, it returns to me every time a limit of 18 items

twlite commented 3 years ago

@GIOVANNI-75 looks like YouTube returns total 24 results and filtering them by video dropped down to 18 :/

I will see if I can increase the limit 👍

GIOVANNI-75 commented 3 years ago

Merci beaucoup 👍