alexmercerind/youtube-search-python

Playlist.get() returns at most 100 objects

Closed this issue · 1 comments

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.

mytja commented

We return 100 videos, as that it the maximum that YouTube gives us in one request.
If you want more videos, please use this