1
0
Fork 0
yt-mp3-ui/web
Julien Riou 9c6360e9c4
Fork to yt-mp3-ui
Signed-off-by: Julien Riou <julien@riou.xyz>
2026-07-26 10:25:35 +02:00
..
backend Fork to yt-mp3-ui 2026-07-26 10:25:35 +02:00
frontend Fork to yt-mp3-ui 2026-07-26 10:25:35 +02:00
.dockerignore initial commit 2026-04-01 12:29:04 +08:00
README.md initial commit 2026-04-01 12:29:04 +08:00

yt-dlp Web UI

Setup

1. Install backend dependencies (from the web/backend folder):

pip install -r web/backend/requirements.txt

2. Install yt-dlp (from the repo root):

pip install -e .

3. Start the backend:

uvicorn web.backend.main:app --reload --port 8000

4. Open the frontend:

Just open web/frontend/index.html in your browser — no build step needed.

Make sure ffmpeg is installed and on your PATH for merging video+audio streams.