Skip to content

Instantly share code, notes, and snippets.

@naodesu
Created October 14, 2015 06:58
Show Gist options
  • Save naodesu/397f95a4daeedf6949a1 to your computer and use it in GitHub Desktop.
Save naodesu/397f95a4daeedf6949a1 to your computer and use it in GitHub Desktop.
youtube-dl usage example
youtube-dl -i --download-archive ~/video/youtube/index.txt -o ~/video/youtube/'%(playlist_title)s-%(playlist_id)s/%(title)s-%(id)s.%(ext)s' 'https://www.youtube.com/playlist?list=PLcgq8tMT1d0bNRcNf9EGDPyf-tSwTILqf' 'https://www.youtube.com/playlist?list=PLcgq8tMT1d0aYUmXr552GVrL6G8hd0EfL' 'https://www.youtube.com/channel/UC3swwxiALG5c0Tvom83tPGg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment