- Code: Select all
pip3 install youtube-dl
and when youtube or someone else breaks it
- Code: Select all
pip3 install -U youtube-dl
Under normal circumstances I'd prefer to only use things from the Debian repository but this needs to be updated more often. Running pip3 as user also install to ~/.local/bin which is slightly safer.