Skip to content

ajajm/yt-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Converter (MP3 / MP4 Downloader)

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.

Features

Download YouTube videos in MP4 or audio in MP3 Supports YouTube Shorts and full videos

Installation

# 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.js

The app will start on http://localhost:5000

🤝 Contributing

Contributions are welcome!

⚠️ Disclaimer

This project is for educational purposes only. Downloading copyrighted content without permission may violate YouTube’s Terms of Service.

About

A simple yt to MP3/MP4 converter built with Node.js, Express, and yt-dlp. Users can paste any yt url and instantly download videos or audio files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors