yTermPlayer icon indicating copy to clipboard operation
yTermPlayer copied to clipboard

Cannot load whole playlist (over 200 items)

Open 4shadoww opened this issue 6 years ago • 3 comments

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 avatar Jul 01 '19 14:07 4shadoww

I might do pr to fix this problem later today.

4shadoww avatar Jul 01 '19 14:07 4shadoww

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.

4shadoww avatar Jul 01 '19 16:07 4shadoww

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.

vaibkumr avatar Jul 01 '19 18:07 vaibkumr