diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-01-02 16:22:00 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-01-03 19:39:59 +0530 |
commit | ca30f449a187addcdb99f4c39333e7a292756597 (patch) | |
tree | 5bc52f91ef192fae24edefe6124f15b01594e01a /README.md | |
parent | af3cbd878282c05e83b6ab2628d83a85c9837eec (diff) | |
download | hypervideo-pre-ca30f449a187addcdb99f4c39333e7a292756597.tar.lz hypervideo-pre-ca30f449a187addcdb99f4c39333e7a292756597.tar.xz hypervideo-pre-ca30f449a187addcdb99f4c39333e7a292756597.zip |
Add `--print playlist:` to print fields per playlist
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -662,10 +662,12 @@ You can also fork the project on github and run your fork's [build workflow](.gi formats are found (default) --skip-download Do not download the video but write all related files (Alias: --no-download) - -O, --print TEMPLATE Quiet, but print the given fields for each - video. Simulate unless --no-simulate is - used. Either a field name or same syntax as - the output template can be used + -O, --print [WHEN:]TEMPLATE Field name or output template to print to + screen per video. Prefix the template with + "playlist:" to print it once per playlist + instead. Implies --quiet and --simulate + (unless --no-simulate is used). 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 |