Skip to content

Instantly share code, notes, and snippets.

@allanbatista
Created August 23, 2016 18:54
Show Gist options
  • Save allanbatista/184355e2246eb6afb715078b074224d3 to your computer and use it in GitHub Desktop.
Save allanbatista/184355e2246eb6afb715078b074224d3 to your computer and use it in GitHub Desktop.
Youtube Download Playlist
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
youtube-dl https://www.youtube.com/playlist?list=PLxEB_CPQhRLtdVGHhYS8mSUuz3kWP6kkB --yes-playlist -v --print-traffic -f bestvideo[ext!=webm]‌​+bestaudio[ext!=webm]‌​/best[ext!=webm]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment