node-youtube-music icon indicating copy to clipboard operation
node-youtube-music copied to clipboard

Use API key from YouTube Data API

Open akhilerm opened this issue 2 years ago • 1 comments

I assume that the API key used to query youtube music is hard coded here. It would be better to have a configurable API key so that any one can use their Youtube Data API key to search music.

akhilerm avatar Oct 11 '22 13:10 akhilerm

This uses YouTube music api v1 which does not require an api key. If you want, you can simply delete the end of the url (&key=...) and it will still work.

kapasifulop avatar Apr 05 '24 13:04 kapasifulop