From e9af058d7c077670b195890d0c44444991a19aa5 Mon Sep 17 00:00:00 2001 From: Leon Etienne <40911701+Leonetienne@users.noreply.github.com> Date: Sat, 26 Feb 2022 19:33:12 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cec030..8ea9c80 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ First, you define the stuff you want to download, in yaml files. For more info o Secondly, calling `download.sh` will invoke the two python scripts responsible for downloading. These python scripts will invoke [yt-dlp](https://github.com/yt-dlp/yt-dlp) for each link supplied. Yt-dlp runs in download-archive mode, -which basically means it won't download a video twice. It will save it's video IDs and check if it's already saved before downloading. +which basically means it won't download a video twice. It will save video IDs and check if a video already saved before downloading. Files will be saved to `./videos//` and `./music//`.