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

ytdml

A simple script to get songs from youtube in mp3 format with all tags from itunes

requires:
apt: apt install ffmpeg python3-pip
yum: yum install ffmpeg python3-pip
pacman: pacman -S ffmpeg python-pip

PIP Package
sudo -H pip3 install --upgrade ytmdl

Automatic install/update:

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

Manual install:

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

ytmdl site

Clone this wiki locally