Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 932 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 932 Bytes

ytm-search

Build Status Downloads Version License

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)