Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_playlist is limited to 100 videos #55

Open
IggyIggz1999 opened this issue Mar 20, 2024 · 2 comments
Open

get_playlist is limited to 100 videos #55

IggyIggz1999 opened this issue Mar 20, 2024 · 2 comments

Comments

@IggyIggz1999
Copy link

Currently it appears that the get_playlist function is only able to collect 100 videos, and if the playlist is longer, it simply skips over the remaining videos. Is it possible for this to be fixed?

@jobic10
Copy link

jobic10 commented Mar 30, 2024

I was even thinking if there is a way to sort get_playlist. That way, one gets the newest 100..
@IggyIggz1999 have you been able to find a fix, yet?

@Tesla2000
Copy link

Tesla2000 commented May 2, 2024

@IggyIggz1999, @jobic10 added a temporary solution. Should work until a dedicated one is found. Because I am not too good with requests, my version is slow (check all videos from channel and check if they are in the playlist), but should do for now if someone really needs to extract video data from long playlists >100 videos, which was a problem before. I assume that a playlist can only contain videos from one channel. I think this is the case for public once.
I also base on latest release of 2.5.1 so some changes on master branch were rolledback. PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants