Page 1 of 1

yt-dpl cheets

Posted: Sun Oct 20, 2024 1:37 pm
by Mike R
To download to a specific location:

Code: Select all

yt-dlp -P ~/Videos "https://www.bitchute.com/video/SCdUdCbw5lsb"
Where the -P flag determines the location

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