Skip to content

Instantly share code, notes, and snippets.

@ryanmaclean
Created October 9, 2016 22:05
Show Gist options
  • Save ryanmaclean/7a8810302944940ab42e59fc98e8e0e2 to your computer and use it in GitHub Desktop.
Save ryanmaclean/7a8810302944940ab42e59fc98e8e0e2 to your computer and use it in GitHub Desktop.
Download Youtube Playlist From Conference Before a Flight on Windows 10 Using Ubuntu on Windows
sudo curl -L https://yt-dl.org/latest/youtube-dl -o /usr/local/bin/youtube-dl`
sudo chmod a+rx /usr/local/bin/youtube-dl
/usr/local/bin/youtube-dl -f mp4 -o "%(autonumber)s - %(title)s - %(id)s.%(ext)s" --autonumber-size 2 https://www.youtube.com/playlist?list=PLD409ujd87ZsfNMffX9h1rGNVqnC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment