Modern YouTube Video & Playlist Downloader built with Python Flask + yt-dlp
- πΉ Video Download (Multiple Qualities)
- π΅ Audio Download (MP3)
- π Playlist Download (ZIP)
- π Real-time Progress Bar
- π± Responsive Design
- π Dark Theme
- Python 3.8+
- FFmpeg
# Clone
git clone https://github.com/YOUR_USERNAME/youtube-downloader.git
cd youtube-downloader
# Install dependencies
pip install -r requirements.txt
# Install FFmpeg (Windows)
winget install ffmpeg
# Run server
python server.py