MP3 downloader webapp. Warning Vibecoded!
  • HTML 50.6%
  • Python 44.8%
  • Dockerfile 4.6%
Find a file
Rafael Stauffer b41a10debb
All checks were successful
/ test (push) Successful in 1m38s
fix copy from build to run container
Signed-off-by: Rafael Stauffer <rs@opc6.net>
2026-04-09 04:04:03 +02:00
.forgejo/workflows builda build 2026-02-15 21:19:57 +01:00
argocd add pod resource limits and autoscaler 2026-04-01 18:29:12 +02:00
deploy remove hard replica count in deployment 2026-04-09 00:23:39 +02:00
Containerfile fix copy from build to run container 2026-04-09 04:04:03 +02:00
favicon.ico first commit after cleanup 2026-02-09 19:01:25 +01:00
index.html first commit after cleanup 2026-02-09 19:01:25 +01:00
main.py add shebang header line 2026-04-09 03:42:17 +02:00
minify.py implement multistage container build with html minify step 2026-04-09 03:42:48 +02:00
README.md chore: fix code markdown syntax 2026-02-10 21:11:43 +01:00
requirements.txt add s3 versitygw 2026-04-08 16:22:04 +02:00
vibecode.md first commit after cleanup 2026-02-09 19:01:25 +01:00

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

  1. Clone or download this repository
  2. Build the container podman build -t ytdlp .
  3. Start the contaier with port 8000 published podman run --rm -p 8000:8000 ytdlp
  4. Open http://127.0.0.1:8000