X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/94537eab0a62ebde6d0c22d5fdb57a17a793a2ab..1ab79fea03b78d86b91b7ff349d2872e9e632f84:/debian/youtube-dl.pod diff --git a/debian/youtube-dl.pod b/debian/youtube-dl.pod index db8eb67..e8588f0 100644 --- a/debian/youtube-dl.pod +++ b/debian/youtube-dl.pod @@ -38,6 +38,10 @@ Print help text and exit. Print program version and exit. +=item -U, --update + +Update this program to the latest stable version. + =item -i, --ignore-errors Ignore errors during download and continue processing. @@ -46,6 +50,10 @@ Ignore errors during download and continue processing. Limit the download speed to the specified maximum B (e.g., 50k or 44.6m). +=item -R B, --retries=B + +Number B of retries for a given download (default is 10). + =item -u B, --username=B Specify the youtube account username B. Some videos require an @@ -59,27 +67,30 @@ Like the username, specifies the account password to be B. =item -n, --netrc Get authentication data from the standard unix .netrc file on the user's -home directory. The machine name is youtube in regarding this usage. +home directory. The machine name is youtube regarding this usage. -=item -f FMT, --format=FMT +=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. =item -b, --best-quality -Download the best video quality available for the video(s) specified by -the user. +This option is deprecated, does nothing currently, and is expected to be +removed in a next release, as it is the current behavior of youtube-dl. =item -m, --mobile-version Synonymous to the option "-f 17", to download videos playable on some mobile phones. -=item -d, --high-def +=item --all-formats + +Downloads all formats for which a video may be available. + +=item --max-quality=B -Synonymous to the option "-f 37", to download videos in HD quality -(1080p). +Limit the maximum quality of the videos to downloads to B. =item -q, --quiet @@ -102,6 +113,20 @@ wget or aria2c. Simulate the operation, like quiet mode, but show the title of the video that would be downloaded. +=item --get-thumbnail + +Simulate the operation, like quiet mode, but print the URL of of the video's +thumbnail. + +=item --get-description + +Simulate the operation, like quiet mode, but print the description of the +video. + +=item --no-progress + +Do not print the progress bar during downloads. + =item -t, --title Use the title of the video in the file name used to download the video. @@ -189,7 +214,7 @@ like C<%(title)s-%(id)s.%(ext)s>. You can specify your own. =head1 AUTHOR youtube-dl was written by Ricardo Garcia Gonzalez and many contributors -from all around the internet. This manpage was written by Rogério Brito +from all around the internet. This manpage was written by Rogerio Brito . =cut