youtube-dl

Download videos from YouTube and other websites. More information: <http://rg3.github.io/youtube-dl/>.

Debian Debian
RUN apt-get update && \ apt-get install -y youtube-dl
Ubuntu
RUN apt-get update && \ apt-get install -y youtube-dl
Alpine
RUN apk add youtube-dl
Arch Arch Linux
RUN pacman -S --noconfirm youtube-dl
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y youtube-dl
Fedora
RUN dnf install -y youtube-dl
Raspbian
RUN apt-get update && \ apt-get install -y youtube-dl
click the source code to copy install youtube-dl on any operating system with command-not-found.com