diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-05-20 15:40:35 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-05-20 15:56:57 +0530 |
commit | 2305e2e5c91e46f921cf4221033a0804c78876f8 (patch) | |
tree | c41bc184fa3d9192b8fdaa44161378c56bafb7d7 /README.md | |
parent | 00ae27690daea37372490f6c0c45d0f14b9feecc (diff) |
[options] Alias `--write-comments`, `--no-write-comments`
Closes: #264
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -483,10 +483,13 @@ Then simply run `make`. You can also run `make yt-dlp` instead to compile only t could still contain some personal information (default) --no-clean-infojson Write all fields to the infojson - --get-comments Retrieve video comments to be placed in the - .info.json file. The comments are fetched - even without this option if the extraction - is known to be quick + --write-comments Retrieve video comments to be placed in the + infojson. The comments are fetched even + without this option if the extraction is + known to be quick (Alias: --get-comments) + --no-write-comments Do not retrieve video comments unless the + extraction is known to be quick + (Alias: --no-get-comments) --load-info-json FILE JSON file containing the video information (created with the "--write-info-json" option) |