MP3 downloader webapp. Warning Vibecoded!
- HTML 60.3%
- Python 36.7%
- Dockerfile 3%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| Containerfile | ||
| favicon.ico | ||
| index.html | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
| vibecode.md | ||
YouTube to MP3 Converter
WARNING: VIBECODED!
A web application that allows users to convert YouTube videos to MP3 audio files.
Features
- Simple interface to enter YouTube URLs
- Converts videos to high-quality MP3 files
- Direct download functionality
Setup Instructions
- Clone or download this repository
- Build the container
podman build -t ytdlp . - Start the contaier with port 8000 published
podman run --rm -p 8000:8000 ytdlp - Open http://127.0.0.1:8000