svtl/README.md

12 lines
292 B
Markdown
Raw Normal View History

2024-08-06 16:17:10 +02:00
# 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
```