yt-dpl cheets

Software, electronics, audio-visual topics
Post Reply
User avatar
Mike R
Site Admin
Posts: 72
Joined: Fri Jan 24, 2020 3:40 am

yt-dpl cheets

Post 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
You Wouldn't Believe How Hard I Have to Work to be Lazy
Post Reply