diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-01-24 03:04:19 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-01-24 03:24:15 +0530 |
commit | bb66c24797edd8740a27efb8d77669dbb0e859b7 (patch) | |
tree | 651177ab2d75883775606133644884ac0a4900af /README.md | |
parent | 2edb38e8caa8cadd3a2effd75d8bf47e31f94f9c (diff) |
Add option `--print-to-file`
Closes #2372
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -686,6 +686,12 @@ You can also fork the project on github and run your fork's [build workflow](.gi Implies --quiet and --simulate (unless --no-simulate is used). This option can be used multiple times + --print-to-file [WHEN:]TEMPLATE FILE + Append given template to the file. The + values of WHEN and TEMPLATE are same as + that of --print. FILE uses the same syntax + as the output template. This option can be + used multiple times -j, --dump-json Quiet, but print JSON information for each video. Simulate unless --no-simulate is used. See "OUTPUT TEMPLATE" for a |