A frontend to yt-dlp to download things
https://dl.emersa.it
Some checks failed
Bump deps (only minor versions) / update-dependencies (push) Has been cancelled
|
||
---|---|---|
.forgejo/workflows | ||
scripts | ||
src | ||
static | ||
systemd | ||
.env.example | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
eslint.config.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
svelte.config.js | ||
tailwind.config.ts | ||
tsconfig.json | ||
vite.config.ts |
a frontend to yt-dlp
It's a svelte(kit) frontend that uses yt-dlp
to let the user download things from the web.
youtube-dl-exec
: to download video datayt-dlp
: to stream the file the user requested
Getting started
- Clone the repo
- Run
npm install
(you have to have node installed) - Run
npm run dev
- Now you can write code
Missing
- Proper logs
- Containerfile
- Source spotify (spotdl)
- Parse URL info without
youtube-dl-exec