Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stilleur/ytm-search
- Owner: Stilleur
- License: mit
- Created: 2020-06-23T20:15:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:28:58.000Z (about 2 years ago)
- Last Synced: 2024-04-25T15:01:55.077Z (9 months ago)
- Topics: ytdl, ytdl-core, ytdl-music
- Language: TypeScript
- Homepage:
- Size: 622 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ytm-search
**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)
```