youtube-music-downloader
v1.0.0
Published
module to download youtube video and convert into music
Downloads
2
Maintainers
Readme
Installation Process
clone the project
go to project directory and execute following commands:
npm install && npm run dev
- code base is in
typescript
so we've to compile usingtsc
- and finally run project using
node dist/app.js
ornpm run dev
Routes
Download Video Music
POST
http://localhost:3000/download
- in request body send {"videoUrl" : "https://www.youtube.com/watch?v=YOUR_VIDEO_ID"}
Download Shorts Music
POST
http://localhost:3000/shorts-music
- in request body send {"videoUrl" : "https://www.youtube.com/shorts/YOUR_SHORTS_VIDEO_ID"}