diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-05-04 21:24:00 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-05-06 20:50:44 +0530 |
commit | e8e738406a01f2a2ca07ef348b453a49d19d1614 (patch) | |
tree | 0875879fc2512c0fef9c5fe7b7945566355131db /README.md | |
parent | e625be0d10d96a20702d630dcc88e3269554e172 (diff) | |
download | hypervideo-pre-e8e738406a01f2a2ca07ef348b453a49d19d1614.tar.lz hypervideo-pre-e8e738406a01f2a2ca07ef348b453a49d19d1614.tar.xz hypervideo-pre-e8e738406a01f2a2ca07ef348b453a49d19d1614.zip |
Add experimental option `--check-formats` to test the URLs before format selection
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -577,6 +577,8 @@ Then simply run `make`. You can also run `make yt-dlp` instead to compile only t containers irrespective of quality --no-prefer-free-formats Don't give any special preference to free containers (default) + --check-formats Check that the formats selected are + actually downloadable (Experimental) -F, --list-formats List all available formats of requested videos --list-formats-as-table Present the output of -F in tabular form |