dl.emersa.it/README.md
0d0 3640d67b0a
All checks were successful
Bump deps (only minor versions) / update-dependencies (push) Successful in 21s
add status badge
2025-02-14 20:58:16 +01:00

23 lines
643 B
Markdown

## a frontend to yt-dlp
![version](https://git.pweapon.org/odo/dl.emersa.it/badges/release.svg "version")
![status](https://git.pweapon.org/odo/dl.emersa.it/badges/workflows/ci.yaml/badge.svg "status")
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 data
- `yt-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`