NAME
youtube-download - Download video(s) from YouTube
SYNOPSIS
$ youtube-download bT8yLWy4B5w
$ youtube-download http://www.youtube.com/watch?v=bT8yLWy4B5w
$ youtube-download < video_list_file
OPTIONS
- -C, --no-colors
-
Force disable colored output
- -o, --output
-
output filename, supports `{$value}` format (defult: {video_id}.{suffix})
- -i, --interval
-
Download interval (default: 1 (sec))
- -p
-
Use the given proxy. Requires LWP::Protocol::socks to be installed for socks proxies. See examples for syntax. (default: no proxy)
- -e, --encode
-
File system encoding (default: utf8)
- -f, --force
-
Force overwrite output file (defult: disabled)
- -F, --fmt
-
Video quality (SEE ALSO wikipedia)
- -v, --verbose
-
Truns on chatty output (defult: enabled)
- -U, --url
-
Show playback URL of a video, but do not download it
- -q, --quiet
-
Truns off the most output
- -h, --help
-
Display help
- -m, --man
-
Display help page
- -V, --version
-
Display version
supported `{$value}` format
{video_id} / {title} / {fmt} / {suffix} / {resolution}
Example:
$ youtube-download -o "[{video_id}] {title}.{suffix}"
AUTHOR
Yuji Shiamda (xaicron)