Skip to content

Instantly share code, notes, and snippets.

@kpping
Created December 11, 2018 04:31
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 kpping/a54cbecd17e7d8c6657de4c2093b6138 to your computer and use it in GitHub Desktop.
Save kpping/a54cbecd17e7d8c6657de4c2093b6138 to your computer and use it in GitHub Desktop.
Download video from youtube and save with formatted name
#!/usr/bin/env bash
URL=""
youtube-dl --all-formats -o %(id)s-%(width)sx%(height)s-%(format_id)s.%(ext)s $URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment