twlite / youtube-sr

A dead-simple youtube metadata scraper
https://npmjs.com/package/youtube-sr
MIT License
113 stars 16 forks source link

Playlist without one song #51

Closed VideMelo closed 1 year ago

VideMelo commented 1 year ago

for some reason when i try to get a playlist it comes up without one song.

const playlist = await youtube.getPlaylist(id).then((playlist) => playlist.fetch());
const videos = playlist.videos;
console.log(videos.length, playlist.videoCount); // 243 244
twlite commented 1 year ago

What's that playlist? Could you share its id? 🤔

VideMelo commented 1 year ago

What's that playlist? Could you share its id? 🤔

it's a music playlist id: PLB25ZDOCzweUsuuw-jPjtA00llVZlxhuk

twlite commented 1 year ago

it is possible that the video is private or is unavailable