Code: Select all
yt-dlp -P ~/Videos "https://www.bitchute.com/video/SCdUdCbw5lsb"
It helped to have a text document open with the cmd open on one tab asnd the date open on another.
Then it was keyboard shortcuts all the way.
Additionally, to add repository and update to different linux devices:
Code: Select all
sudo add-apt-repository ppa:tomtomtom/yt-dlp # Add ppa repo to apt
sudo apt update # Update package list
sudo apt install yt-dlp # Install yt-dlp