vaibkumr / yTermPlayer

Stream youtube playlists as audio on linux terminal
GNU General Public License v3.0
267 stars 22 forks source link

Cannot load whole playlist (over 200 items) #9

Open 4shadoww opened 5 years ago

4shadoww commented 5 years ago

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 commented 5 years ago

I might do pr to fix this problem later today.

4shadoww commented 5 years ago

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 commented 5 years ago

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.