]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - debian/youtube-dl.pod
Update the changelog.
[youtubedl] / debian / youtube-dl.pod
index 9f25ab1893b8df337662794b498352eded005fb3..2d9aeff2ec6f8ad2d9c5dba7bdb1738b741cfb5f 100644 (file)
@@ -116,6 +116,9 @@ Note that not all videos are available in all formats and that other
 sites supported by B<youtube-dl> 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<worst>.
+
 =item --all-formats
 
 Downloads all formats for which a video may be available.
@@ -216,6 +219,16 @@ Do not append the I<.part> suffix do files that have not yet been completed.
 
 Do not use the I<Last-modified> 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<FORMAT>
+
+Set the audio format to be used for the extraction. Possible values are
+I<best>, I<aac>, I<mp3>, with I<best> being the default.
+
 =back
 
 =head1 OUTPUT TEMPLATE