1.0.0 • Published 1 year ago

youtube-music-downloader v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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 using tsc
    • and finally run project using node dist/app.js or npm 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"}