ts-npm-ytmusic-api/docs/guides/usage/getPlaylistVideos.md

12 lines
357 B
Markdown

# Getting a playlist's videos
`getPlaylistVideos()` will fetch you information about a specific playlist's videos by its ID.
```ts
ytmusic.getPlaylistVideos("OLAK5uy_nRb467jR73IXKybwzw22_rTYIJ808x4Yc").then(playlistVideos => {
console.log(playlistVideos)
})
```
See the [reference](../../references/ytmusic/getPlaylistVideos.html) for more information.