From e335ccbaf8db25617aa6d1ad1a87ef0d3aa06716 Mon Sep 17 00:00:00 2001 From: 0d0 <0d0acre@esiliati.org> Date: Fri, 7 Feb 2025 20:54:10 +0100 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c17cf01..e398b88 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ ## 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 data +- `yt-dlp`: to stream the file the user requested + ### Getting started - Clone the repo @@ -12,3 +17,4 @@ - Proper logs - Containerfile - Source spotify (spotdl) +- Parse URL info without `youtube-dl-exec`