youtubei.js retrieves items from playlists in pages of 100 videos. The current code only processes the first 100 videos of a playlist, which becomes a problem for larger playlists.
This change addresses this by looping over the continuations in the Playlist object until there are no continuations remaining.
I have already implemented this in my local machine. I haven't pushed it as I am trying to patch #13 as of this moment. Thank you for your pull request though.
youtubei.js
retrieves items from playlists in pages of 100 videos. The current code only processes the first 100 videos of a playlist, which becomes a problem for larger playlists.This change addresses this by looping over the continuations in the Playlist object until there are no continuations remaining.