Added new usage output to README
This commit is contained in:
parent
847f825964
commit
31e3a6fc1b
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -47,8 +47,16 @@ Options:
|
||||||
--username [string] [required]
|
--username [string] [required]
|
||||||
--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
|
||||||
|
|
||||||
https://github.com/ytdl-org/youtube-dl/blob/master/README.m
|
https://github.com/ytdl-org/youtube-dl/blob/master/README.m
|
||||||
d#format-selection [string] [default: "best"]
|
d#format-selection [string]
|
||||||
|
--simulate, -s If this is set to true no video will be downloaded and the
|
||||||
|
script
|
||||||
|
will log the video info (default: false)
|
||||||
|
[boolean] [default: false]
|
||||||
|
--verbose, -v Print additional information to the console
|
||||||
|
(use this before opening an issue on GitHub)
|
||||||
|
[boolean] [default: false]
|
||||||
|
|
||||||
|
|
||||||
$ node destreamer.js --username username@example.com --outputDirectory "videos" \
|
$ node destreamer.js --username username@example.com --outputDirectory "videos" \
|
||||||
|
|
Loading…
Reference in a new issue