MP3 downloader webapp. Warning Vibecoded!
- HTML 50.6%
- Python 44.8%
- Dockerfile 4.6%
|
All checks were successful
/ test (push) Successful in 1m38s
Signed-off-by: Rafael Stauffer <rs@opc6.net> |
||
|---|---|---|
| .forgejo/workflows | ||
| argocd | ||
| deploy | ||
| Containerfile | ||
| favicon.ico | ||
| index.html | ||
| main.py | ||
| minify.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