From f0eca47a4ff9d7aa10be3ec103ff4a53562b31c7 Mon Sep 17 00:00:00 2001 From: Adrian Calinescu Date: Sat, 28 Mar 2020 23:40:24 +0200 Subject: [PATCH] Fix URL schema is mandatory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31e1989..4b21654 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ $ node destreamer.js --username username@example.com --outputDirectory "videos" "https://web.microsoftstream.com/video/VIDEO-3" ``` You can use an absolute path for `--outputDirectory`, for example `/mnt/videos`. + Your video URLs **must** include the URL schema (the leading `https://`). To choose preferred video format and quality you can use the `-f` (`--format`) option. It exposes a native [`youtube-dl` parameter][4].