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

Cannot load whole playlist (over 200 items) #9

Open
4shadoww opened this issue Jul 1, 2019 · 3 comments
Open

Cannot load whole playlist (over 200 items) #9

4shadoww opened this issue Jul 1, 2019 · 3 comments

Comments

@4shadoww
Copy link
Contributor

4shadoww commented Jul 1, 2019

Playlists with over 200 items cannot be loaded fully and that's because pafy's get_playlist() doesn't support more as it uses old version of the api. Pafy does have another way to get playlists get_playlist2() which could be used to solve the problem.

@4shadoww
Copy link
Contributor Author

4shadoww commented Jul 1, 2019

I might do pr to fix this problem later today.

@4shadoww
Copy link
Contributor Author

4shadoww commented Jul 1, 2019

get_playlist2() currently seems to have many problems so at it's current state this cannot be done. Example: mps-youtube/pafy#225. Waiting for next release.

@vaibkumr
Copy link
Owner

vaibkumr commented Jul 1, 2019

Yes, I noticed it a while ago. I tried get_playlist2() but it was crashing for some reason. It was a long while ago though. I guess we have to wait for the next release.

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

2 participants