dl.emersa.it/README.md
0d0 6f1d01e624
All checks were successful
Bump deps (only minor versions) / update-dependencies (push) Successful in 22s
Lint everything
2025-02-14 21:42:56 +01:00

809 B

scaricatore

version status

image

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 set YTDLP_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