YouTube Downloader is a Node.js command-line interface (CLI) program that allows you to download YouTube music videos as MP3 files. With this tool, you can easily convert your favorite music videos into audio files for offline listening.
API_KEY=AIpwSyH4Q_JF3_iFU2N6kgmdJATPAv4Psc2KDLK
- You must use the following data structure:
[
{
"ArtistName": "Artist",
"MusicName": "Music"
}
]
-
Just run
yarn start
ornpm start
and follow the instructions on the terminal. -
Get the output files in the music directory.