X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/c705a91c64059c7d2724e0c3ca2359afee2f592a..cde95aff5e70a7c6f1bdbdb848eacbaa895191df:/debian/youtube-dl.pod diff --git a/debian/youtube-dl.pod b/debian/youtube-dl.pod index 0f0fdaf..2d9aeff 100644 --- a/debian/youtube-dl.pod +++ b/debian/youtube-dl.pod @@ -112,7 +112,12 @@ For youtube.com, in particular, the meaning of the format codes is given as: =back -Note that not all videos are available in all formats. +Note that not all videos are available in all formats and that other +sites supported by B may have different conventions for +their video formats. + +By default, youtube-dl will download the best available format; if you want +to download the worst format to save bandwidth and time, use C<-f> I. =item --all-formats @@ -214,6 +219,16 @@ Do not append the I<.part> suffix do files that have not yet been completed. Do not use the I header to set the file modification time. +=item --extract-audio + +Create an audio-only file extracted from the video downloaded. Requires that +ffmpeg and ffprobe be installed. + +=item --audio-format=B + +Set the audio format to be used for the extraction. Possible values are +I, I, I, with I being the default. + =back =head1 OUTPUT TEMPLATE