Update README
This commit is contained in:
parent
83805ae4f1
commit
e335ccbaf8
1 changed files with 6 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue