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)