X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/e7458a16b7276e81849ba40edb6b672c41aa23e2..de5b9c36a58e493e6f8c8c3694370e477da74f94:/debian/youtube-dl.pod diff --git a/debian/youtube-dl.pod b/debian/youtube-dl.pod index e8588f0..34cdc06 100644 --- a/debian/youtube-dl.pod +++ b/debian/youtube-dl.pod @@ -54,6 +54,16 @@ Limit the download speed to the specified maximum B (e.g., 50k or 44.6m). Number B of retries for a given download (default is 10). +=item --playlist-start=B + +The number B of the video in a playlist where we should start downlading +(default is 1). + +=item --playlist-end=B + +The number B of the video in a playlist where we should stop downloading +(default is -1, which stands for the last video in the playlist). + =item -u B, --username=B Specify the youtube account username B. Some videos require an @@ -71,8 +81,33 @@ home directory. The machine name is youtube regarding this usage. =item -f B, --format=B -Specify the video format (quality) in which to download the video. Note -that not all videos are available in all formats. +Specify the video format (quality) in which to download the video. + +For youtube.com, in particular, the meaning of the format codes is given as: + +=over + +=item WebM video at 480p: 43 + +=item WebM video at 720p: 45 + +=item H264 video in MP4 container at 480p: 18 + +=item H264 video in MP4 container at 720p: 22 + +=item H264 video in MP4 container at 1080p: 37 + +=item H264 video in FLV container at 360p: 34 + +=item H264 video in FLV container at 480p: 35 + +=item H263 video at 240p: 5 + +=item 3GP video: 17 + +=back + +Note that not all videos are available in all formats. =item -b, --best-quality @@ -137,6 +172,11 @@ Use the literal title of the video in file name used to download the video. Can contain "weird" characters that are not filtered like with the -t option. +=item -A, --auto-number + +When downloading multiple videos from a playlist, automatically number them, +in sequence, starting from 00000. + =item -o B, --output=B Specify a template B for the names of the files to be created when