TimeForANinja / node-ytsr

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

Limit is not working it is resulting into infinity list #201

Closed jamesmwase closed 9 months ago

jamesmwase commented 1 year ago
const filters1 = await ytsr.getFilters(query);
  const filter1 = filters1.get('Type').get('Video');

  youtubeSearchResults = await ytsr(filter1.url, {
    pages: 1, 
    limit: 30
  });
stale[bot] commented 11 months 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.