diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-12-21 17:02:13 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-12-21 21:40:04 +0530 |
commit | fa9f30b802753f0ba156fd1df106b88fc7a344b1 (patch) | |
tree | bcfff9174b7e3b0d0116f66946be5b3505b878e2 /README.md | |
parent | 1cefca9e440f343281779e47720128e9614cf147 (diff) | |
download | hypervideo-pre-fa9f30b802753f0ba156fd1df106b88fc7a344b1.tar.lz hypervideo-pre-fa9f30b802753f0ba156fd1df106b88fc7a344b1.tar.xz hypervideo-pre-fa9f30b802753f0ba156fd1df106b88fc7a344b1.zip |
Add interactive format selection with `-f -`
Closes #2065
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1290,6 +1290,8 @@ The simplest case is requesting a specific format, for example with `-f 22` you You can also use a file extension (currently `3gp`, `aac`, `flv`, `m4a`, `mp3`, `mp4`, `ogg`, `wav`, `webm` are supported) to download the best quality format of a particular file extension served as a single file, e.g. `-f webm` will download the best quality format with the `webm` extension served as a single file. +You can use `-f -` to interactively provide the format selector *for each video* + You can also use special names to select particular edge case formats: - `all`: Select **all formats** separately |