Skip to content

Instantly share code, notes, and snippets.

@Asparagirl
Last active July 27, 2017 19:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Asparagirl/b5b9645c59eb8c684368 to your computer and use it in GitHub Desktop.
Save Asparagirl/b5b9645c59eb8c684368 to your computer and use it in GitHub Desktop.
Download YouTube videos with youtube-dl

Use youtube-dl to download all videos from a YouTube user, rename with consistent naming scheme, add/embed thumbnails and metadata

youtube-dl https://www.youtube.com/user/ohbutyes/videos --format mp4/flv/3gp --output '%(title)s___YouTube_video_id_%(id)s___uploaded_by_%(uploader)s___uploaded_%(upload_date)s___%(resolution)s.%(ext)s' --restrict-filenames --write-sub --write-description --write-info-json --write-thumbnail --print-traffic --verbose --embed-subs --embed-thumbnail --add-metadata --xattrs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment