No description
  • TypeScript 65.4%
  • Go 14.3%
  • JavaScript 9.8%
  • CSS 8.4%
  • HTML 2.1%
Find a file
2024-04-11 16:21:16 +03:00
assets Add README.md and screenshot.png 2024-04-11 16:20:17 +03:00
backend Backend: Send cached files, instead of re-downloading everytime 2024-04-11 16:13:46 +03:00
frontend Initial commit 2024-04-10 20:50:10 +03:00
.gitignore Add yt-dlp out folder to .gitignore 2024-04-10 20:51:01 +03:00
LICENSE Add license 2024-04-11 16:19:03 +03:00
README.md Update README.md 2024-04-11 16:21:16 +03:00

yt-dlp-webapp

This is a web app created in React and Go to serve as a web UI for yt-dlp.

Requirements

  • yt-dlp
  • ffmpeg
  • go
  • bun

Getting started

Frontend

bun install
bun run dev

Backend

go install
go run main.go

Frontend Preview

Screenshot