Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stilleur/ytm-search

ytm-search allows you to search playlists and retrieve the associated musics from Youtube Music.
https://github.com/stilleur/ytm-search

ytdl ytdl-core ytdl-music

Last synced: about 1 month ago
JSON representation

ytm-search allows you to search playlists and retrieve the associated musics from Youtube Music.

Awesome Lists containing this project

README

        

# ytm-search


Build Status
Downloads
Version
License

**ytm-search** allows you to search playlists and retrieve the associated musics from Youtube Music.

## Getting started

```ts
const ytm = new YoutubeMusic()
const playlists = await ytm.findPlaylists('80s')
const musics = await ytm.getMusics(playlists[0].playlistId)
```