ytm-search
v1.0.6
Published
ytm-search allows you to search playlists and retrieve the associated musics from Youtube Music.
Downloads
4
Readme
ytm-search
ytm-search allows you to search playlists and retrieve the associated musics from Youtube Music.
Getting started
const ytm = new YoutubeMusic()
const playlists = await ytm.findPlaylists('80s')
const musics = await ytm.getMusics(playlists[0].playlistId)