mirror of
https://github.com/snobu/destreamer.git
synced 2026-01-17 05:22:18 +00:00
Fix URL schema is mandatory
This commit is contained in:
@@ -57,6 +57,7 @@ $ node destreamer.js --username username@example.com --outputDirectory "videos"
|
|||||||
"https://web.microsoftstream.com/video/VIDEO-3"
|
"https://web.microsoftstream.com/video/VIDEO-3"
|
||||||
```
|
```
|
||||||
You can use an absolute path for `--outputDirectory`, for example `/mnt/videos`.
|
You can use an absolute path for `--outputDirectory`, for example `/mnt/videos`.
|
||||||
|
|
||||||
Your video URLs **must** include the URL schema (the leading `https://`).
|
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].
|
To choose preferred video format and quality you can use the `-f` (`--format`) option. It exposes a native [`youtube-dl` parameter][4].
|
||||||
|
|||||||
Reference in New Issue
Block a user