Playlist.get() returns at most 100 objects
Closed this issue · 1 comments
wmetryka commented
This is an obvious issue for bigger playlists. One way to solve it would be to add an offset parameter that would let you receive songs starting from the offset index, then we could just run the .get() multiple times if need be.
yt-dl and yt-dlp have a --playlist-start argument which could probably be utilized for this offset parameter.