This commit is contained in:
Love 2024-08-06 16:17:10 +02:00
parent fe7497f390
commit 648be5f09f

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# Svt Links
Get all links for a show on SVT Play and pass them into yt-dlp. `yt-dlp` is needed to be installed and in `$PATH`. If `aria2c` exists in `$PATH`, it'll be used.
## Building
The only prequisite is rust and cargo, building is then dead simple:
```bash
cargo build --release
```