SuspiciousLookingOwl / youtubei

Get Youtube data such as videos, playlists, channels, video information & comments, related videos, up next video, and more!
https://suspiciouslookingowl.github.io/youtubei
MIT License
240 stars 50 forks source link

[BUG] — The last video of a playlist is missing #27

Closed Asgarrrr closed 3 years ago

Asgarrrr commented 3 years ago

Describe the bug The last video of all the playlist I tested is missing

My code


// —— I always tested on playlists with less than 30 items, and using ".next()" only returns an empty array
const test = await youtube.getPlaylist( query )

console.log( test.videoCount );
console.log( test.videos );

Screenshots

Capture d’écran 2021-09-13 à 05 50 42
SuspiciousLookingOwl commented 3 years ago

Thank you for reporting this, should be fixed on 0.0.1-rc.23

Asgarrrr commented 3 years ago

All right! Thanks for your work ( and good luck )