mirror of
https://github.com/snobu/destreamer.git
synced 2026-01-17 05:22:18 +00:00
Fix README for username being optional
This commit is contained in:
@@ -44,7 +44,7 @@ Options:
|
|||||||
--help Show help [boolean]
|
--help Show help [boolean]
|
||||||
--version Show version number [boolean]
|
--version Show version number [boolean]
|
||||||
--videoUrls [array] [required]
|
--videoUrls [array] [required]
|
||||||
--username [string] [required]
|
--username [string]
|
||||||
--outputDirectory [string] [default: "videos"]
|
--outputDirectory [string] [default: "videos"]
|
||||||
--format, -f Expose youtube-dl --format option, for details see
|
--format, -f Expose youtube-dl --format option, for details see
|
||||||
|
|
||||||
@@ -64,6 +64,8 @@ $ node destreamer.js --username username@example.com --outputDirectory "videos"
|
|||||||
"https://web.microsoftstream.com/video/VIDEO-2" \
|
"https://web.microsoftstream.com/video/VIDEO-2" \
|
||||||
"https://web.microsoftstream.com/video/VIDEO-3"
|
"https://web.microsoftstream.com/video/VIDEO-3"
|
||||||
```
|
```
|
||||||
|
Passing `--username` is optional. It's there to make logging in faster (the username field will be populated automatically on the login form).
|
||||||
|
|
||||||
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://`).
|
||||||
|
|||||||
Reference in New Issue
Block a user