youtube-dl is a small command-line program to download videos from youtube.com and and about 150 other websites.
youtube-dl is a command-line program to download videos from youtube.com and and about 150 other websites. youtube-dl can be installed with sudo apt install youtube-dl
. The latest version of youtube-dl can be installed in Ubuntu with sudo snap install youtube-dl
and launched with snap run youtube-dl
.
youtube-dl runs from the command-line only. Some useful commands are:
youtube-dl --help
: Print help text.youtube-dl --update
: Update youtube-dl to the latest YouTube update.youtube-dl -F URL
: List all available formats of requested videos.
Options can be given to youtube-dl from the command-line or by placing them in a configuration file at either /etc/youtube-dl.conf
or at ~/.config/youtube-dl.conf
.