506 B
506 B
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
ffmpegis installed and on your PATH for merging video+audio streams.