TimeForANinja / node-ytsr

Do anonymous YouTube search requests.
MIT License
285 stars 66 forks source link

Limit becomes useless if pages option is set #145

Closed VlaDexa closed 2 years ago

VlaDexa commented 3 years ago

It seeams that the library ignores the limit for items, if you set both limit and pages option

TimeForANinja commented 3 years ago

yep, that behaviour is wanted as stated in the readme: pages[Number] -> limits the pulled pages [...] overwrites limit

i don't see the point in using both pages and limit together

if you do require some more complex configurations you can always use ytsr.continueReq

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.