Skip to content

Instantly share code, notes, and snippets.

@rwenz3l
Created January 30, 2015 10:19
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 rwenz3l/1d434c556d2ce42ea584 to your computer and use it in GitHub Desktop.
Save rwenz3l/1d434c556d2ce42ea584 to your computer and use it in GitHub Desktop.
youtube-dl demo download all cyanide and happiness episodes
youtube-dl --output '~/Downloads/%(title)s.%(ext)s' --restrict-filenames --max-quality mp4 "https://www.youtube.com/playlist?list=PLE7j5FieXSTfwPJ2GQvSIWnMj-WDFbuCD"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment