Convert and download YouTube videos as MP3 or MP4 easily. Built using Node.js, Express, and yt-dlp, this tool provides a simple yet powerful backend with a minimal frontend interface.
Download YouTube videos in MP4 or audio in MP3 Supports YouTube Shorts and full videos
# Clone the repository
git clone https://github.com/ajaj677/yt-converter.git
cd yt-converter
# Setup frontend
cd frontend
npm install
npm run build
# Setup backend
cd ../backend
npm install
node server.jsThe app will start on http://localhost:5000
Contributions are welcome!
This project is for educational purposes only. Downloading copyrighted content without permission may violate YouTube’s Terms of Service.