Skip to content

youtube dl

Jason Hempstead edited this page Aug 21, 2020 · 1 revision

youtube-dl

youtube-dl is a command-line program to download videos from YouTube.com

requires:
apt: apt install ffmpeg
yum: yum install ffmpeg
pacman: pacman -S ffmpeg

PIP Package
sudo -H pip3 install --upgrade youtube-dl

Automatic install/update:

bash -c "$(curl -LSs https://github.com/casjay-dotfiles/rep/raw/master/install.sh)"

Manual install:

mv -fv "$HOME/.config/youtube-dl" "$HOME/.config/youtube-dl.bak"
git clone https://github.com/casjay-dotfiles/youtube-dl "$HOME/.config/youtube-dl"

youtube-dl wiki | youtube-dl site

Clone this wiki locally