MP3 downloader webapp. Warning Vibecoded!
  • HTML 60.3%
  • Python 36.7%
  • Dockerfile 3%
Find a file
Rafael Stauffer c290a345cc
All checks were successful
/ test (push) Successful in 2m13s
slim down trixie
2026-02-15 21:32:39 +01:00
.forgejo/workflows builda build 2026-02-15 21:19:57 +01:00
Containerfile slim down trixie 2026-02-15 21:32:39 +01: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 first commit after cleanup 2026-02-09 19:01:25 +01:00
README.md chore: fix code markdown syntax 2026-02-10 21:11:43 +01:00
requirements.txt feat: install default solver scripts for yt-dlp 2026-02-09 19:12:09 +01: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