From 648be5f09ff1dc2bce89a046de2fda1f67c95235 Mon Sep 17 00:00:00 2001 From: Love Billenius Date: Tue, 6 Aug 2024 16:17:10 +0200 Subject: [PATCH] readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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 +```