From e1108aed9fb82651dd0479bd356985dc2db4b5cf Mon Sep 17 00:00:00 2001 From: Adrian Calinescu Date: Wed, 12 Aug 2020 19:14:41 +0300 Subject: [PATCH] Add missing --outputTemplate to Usage in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eb3cf30..b094f71 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ Options: --videoUrls, -i List of video urls [array] --inputFile, -f Path to text file containing URLs and optionally outDirs. See the README for more on outDirs. [string] + --outputTemplate, -t The template for the title. See the README for more info. + [string] [default: "{title} - {publishDate} {uniqueId}"] --outputDirectory, -o The directory where destreamer will save your downloads [string] [default: "videos"] --keepLoginCookies, -k Let Chromium cache identity provider cookies so you can use "Remember me" during login [boolean] [default: false]