Skip to content

Instantly share code, notes, and snippets.

@adammenges
Last active November 24, 2018 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adammenges/79c3f97293e1efede952b0167ec433d4 to your computer and use it in GitHub Desktop.
Save adammenges/79c3f97293e1efede952b0167ec433d4 to your computer and use it in GitHub Desktop.

youtube-dl

install it via

brew install youtube-dl

full playlist

here's for fast ai's course:

youtube-dl -o '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' https://www.youtube.com/playlist?list=PLfYUBJiXbdtS2UQRzyrxmyVHoGW0gmLSM

just download a video

youtube-dl https://www.youtube.com/watch\?v\=ZxvliLODkxI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment