Skip to content

marcoulakis/YouTubeDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Downloader

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.

Setting up

Setup the .env file like the example below:

API_KEY=AIpwSyH4Q_JF3_iFU2N6kgmdJATPAv4Psc2KDLK

If you want to download multiple musics at once using json

  • You must use the following data structure:
[
   {
       "ArtistName": "Artist",
       "MusicName": "Music"
   }
]

Running the program

When it is all set

  • Just run yarn start or npm start and follow the instructions on the terminal.

  • Get the output files in the music directory.

Example of json process:

Example of encrypt gif


Example of text process:

Example of encrypt gif

About

Youtube video music with node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published