Takiyo0 / Kazagumo

A Shoukaku wrapper that have built-in queue system and other feature
MIT License
56 stars 38 forks source link

[BUG] Kazagumo.search() only gets 320 tracks from a playlist #28

Closed YoYo178 closed 1 year ago

YoYo178 commented 1 year ago

Describe the bug I don't know if this is normal but if I take a playlist which has like 1K tracks (from YouTube) and pass it to <Kazagumo>.search() it only gets the first 320 tracks from it.

To Reproduce Steps to reproduce the behavior:

  1. Get a playlist which has more than 320 tracks from YouTube, I used this one (https://www.youtube.com/watch?v=JGwWNGJdvx8&list=PLhsz9CILh357zA1yMT-K5T9ZTNEU6Fl6n)
  2. Pass it to <Kazagumo>.search()
  3. result.length is 320 (assumed that i stored the values of <Kazagumo>.search() in a variable called result)

Expected behavior I think it should've added all of the tracks? as adding individual tracks after those 320 tracks work just fine.

Screenshots image

Version: