From 31e3a6fc1b3204304d1850b56a876ba1d998edb3 Mon Sep 17 00:00:00 2001 From: snobu Date: Mon, 30 Mar 2020 00:28:07 +0300 Subject: [PATCH] Added new usage output to README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b21654..d1c4b8d 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,16 @@ Options: --username [string] [required] --outputDirectory [string] [default: "videos"] --format, -f Expose youtube-dl --format option, for details see + 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" \