Open PaulCombal opened 3 years ago
I would like to retrieve the playlists I have created, no necessarily with all their content.
This is some pseudo code that would explain the usage:
const playlists = ytpl.channelPlaylists(channel.channelID) // type = ytsr.Result // playlists.items.every(i => i.type === 'channel') // true
Is it possible to achieve this, or is it coming for a future update?
Thank you
I would like to retrieve the playlists I have created, no necessarily with all their content.
This is some pseudo code that would explain the usage:
Is it possible to achieve this, or is it coming for a future update?
Thank you