ytmusic_api_unofficial
TypeScript icon, indicating that this package has built-in type declarations

2.0.15 • Public • Published

Ytmusic API

Disclaimer

this module is under development.
If you want to help me, you can contact me on Instagram

Description

A simple, easy to use API for YouTube Music. You can:

  • Search for songs, video
  • Download songs and video in the highest quality
  • Fast, easy to use and no ads
  • Get popular songs from trending charts
  • Get albums, artists, playlists, and more
  • Get lyrics
  • And more...

Installation

npm install ytmusic_api_unofficial

Examples

const ytmusic = require('ytmusic_api_unofficial')

// Return a list of songs with the name 'hello'
ytmusic.search('hello', 'MUSIC').then((result) => {
	console.log(result);
});

// Return a song by id
ytmusic.get('ID').then((result) => {
	console.log(result);
});

// Download a song by id
ytmusic.download('ID', 'mp3', high).then((result) => {
	console.log(result);
});

Make By Alexis06030631

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.150latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.150
2.0.140
2.0.130
2.0.120
2.0.1164
2.0.1012
2.0.96
2.0.88
2.0.73
2.0.64
2.0.513
2.0.43
2.0.33
2.0.23
2.0.0-beta.1.6.110
2.0.0-beta.1.6.100
2.0.0-beta.1.6.90
2.0.0-beta.1.6.81
2.0.0-beta.1.6.70
2.0.0-beta.1.6.50
2.0.0-beta.1.6.40
2.0.0-beta.1.6.30
2.0.0-beta.1.6.20
2.0.0-beta.1.6.11
2.0.0-beta.1.60
2.0.0-beta.1.50
2.0.0-beta.1.40
2.0.0-beta.1.10
2.0.0-beta.10
1.3.31
1.3.21
1.3.02
1.2.41
1.2.31
1.2.21
1.2.11
1.2.01
1.1.0-beta.2.7.00
1.1.0-beta.2.6.1320
1.1.0-beta.2.6.1310
1.1.0-beta.2.6.1300
1.1.0-beta.2.6.81
1.1.0-beta.2.6.60
1.1.0-beta.2.6.40
1.1.0-beta.2.6.31
1.1.0-beta.2.6.20
1.1.0-beta.2.6.10
1.1.0-beta.2.6.00
1.1.0-beta.2.4.10
1.1.0-beta.2.4.00
1.1.0-beta.2.3.10
1.1.0-beta.2.3.00
1.1.0-beta.2.2.30
1.1.0-beta.2.2.20
1.1.0-beta.2.2.10
1.1.0-beta.2.1.90
1.1.0-beta.2.1.80
1.1.0-beta.2.1.70
1.1.0-beta.2.1.60
1.1.0-beta.2.1.50
1.1.0-beta.2.1.41
1.1.0-beta.2.1.31
1.1.0-beta.2.1.21
1.1.0-beta.2.1.11
1.1.0-beta.1.10.61
1.1.0-beta.1.10.50
1.1.0-beta.1.10.40
1.1.0-beta.1.10.31
1.1.0-beta.1.10.20
1.1.0-beta.1.10.10
1.1.0-beta.1.10.00
1.1.0-beta.1.6.20
1.1.0-beta.1.51
1.1.0-beta.1.40
1.1.0-beta.1.30
1.1.0-beta.1.20
1.1.0-beta.10
1.1.0-beta0
1.0.121
1.0.111
1.0.101
1.0.91
1.0.81
1.0.71
1.0.61
1.0.42
1.0.31
1.0.21
1.0.11
1.0.01

Package Sidebar

Install

npm i ytmusic_api_unofficial

Weekly Downloads

15

Version

2.0.15

License

MIT

Unpacked Size

195 kB

Total Files

71

Last publish

Collaborators

  • alexis06030631