You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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 playlistsget_playlist2()
which could be used to solve the problem.The text was updated successfully, but these errors were encountered: