Skip to content

Instantly share code, notes, and snippets.

@chrishuan9
Created January 28, 2025 10:58
Show Gist options
  • Save chrishuan9/2c60f5887d9677745551861843403de7 to your computer and use it in GitHub Desktop.
Save chrishuan9/2c60f5887d9677745551861843403de7 to your computer and use it in GitHub Desktop.
Youtube yt-dlp Download on WSL
  1. Install yt-dlp using package manager to pull all dependencies
  2. Repalce binary with latest version
su -
apt install yt-dlp
cd /usr/bin/
rm ./yt-dlp
wget -c https://github.com/yt-dlp/yt-dlp/releases/download/2025.01.26/yt-dlp
chmod 755 ./yt-dlp
yt-dlp -U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment