roboone_auto_dataset / setup /install_yt_dlp.sh
nyxrobotics's picture
Add scripts
44cf118
raw
history blame contribute delete
166 Bytes
#!/bin/bash
# install yt-dlp to download youtube videos with command line
python3 -m pip install -U yt-dlp
source ~/.profile
sudo apt install ffmpeg
yt-dlp --version