1.0.6 • Published 3 years ago

ytm-search v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

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)
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago