809 B
809 B
scaricatore
It's a svelte(kit) frontend that uses yt-dlp
to let the user download things from the web.
Development: getting started
- Clone the repo
- Run
npm install
(you have to have node installed) - Run
npm run download-yt-dlp
- Copy
.env.example
to.env
- Change
.env
to setYTDLP_PATH
to the yt-dlp binary previously downloaded - Run
npm run dev
- Now you can write code
Missing
- Proper logs (I don't like them, not useful for production build)
- Containerfile for container build
- Source spotify (spotdl)
- Parse URL info without
youtube-dl-exec