diff options
author | pukkandan <pukkandan@gmail.com> | 2021-02-24 21:31:01 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-02-24 21:33:02 +0530 |
commit | e409895f13f3985639562fdb566b36c28d02370a (patch) | |
tree | ab9e0d21f89b70af8c58a9c60bc16204dd7d26b7 /README.md | |
parent | 310c2ed2c648f4e1254e27d0e8901d629828b2ba (diff) | |
download | hypervideo-pre-e409895f13f3985639562fdb566b36c28d02370a.tar.lz hypervideo-pre-e409895f13f3985639562fdb566b36c28d02370a.tar.xz hypervideo-pre-e409895f13f3985639562fdb566b36c28d02370a.zip |
[documentation] Fix documentation of "Extractor Options"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 29 |
1 files changed, 17 insertions, 12 deletions
@@ -531,18 +531,6 @@ Then simply type this (default) --list-formats-old Present the output of -F in the old form (Alias: --no-list-formats-as-table) - --youtube-include-dash-manifest Download the DASH manifests and related - data on YouTube videos (default) - (Alias: --no-youtube-skip-dash-manifest) - --youtube-skip-dash-manifest Do not download the DASH manifests and - related data on YouTube videos - (Alias: --no-youtube-include-dash-manifest) - --youtube-include-hls-manifest Download the HLS manifests and related data - on YouTube videos (default) - (Alias: --no-youtube-skip-hls-manifest) - --youtube-skip-hls-manifest Do not download the HLS manifests and - related data on YouTube videos - (Alias: --no-youtube-include-hls-manifest) --merge-output-format FORMAT If a merge is required (e.g. bestvideo+bestaudio), output to given container format. One of mkv, mp4, ogg, @@ -700,6 +688,23 @@ Then simply type this (Alias: --no-ignore-dynamic-mpd) --ignore-dynamic-mpd Do not process dynamic DASH manifests (Alias: --no-allow-dynamic-mpd) + --hls-split-discontinuity Split HLS playlists to different formats at + discontinuities such as ad breaks + --no-hls-split-discontinuity Do not split HLS playlists to different + formats at discontinuities such as ad + breaks (default) + --youtube-include-dash-manifest Download the DASH manifests and related + data on YouTube videos (default) + (Alias: --no-youtube-skip-dash-manifest) + --youtube-skip-dash-manifest Do not download the DASH manifests and + related data on YouTube videos + (Alias: --no-youtube-include-dash-manifest) + --youtube-include-hls-manifest Download the HLS manifests and related data + on YouTube videos (default) + (Alias: --no-youtube-skip-hls-manifest) + --youtube-skip-hls-manifest Do not download the HLS manifests and + related data on YouTube videos + (Alias: --no-youtube-include-hls-manifest) # CONFIGURATION |