diff --git a/README.md b/README.md new file mode 100644 index 0000000..7fc4553 --- /dev/null +++ b/README.md @@ -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 +```