Skip to content

Instantly share code, notes, and snippets.

@cheeaun
Last active June 8, 2021 03:43
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 cheeaun/585612f31323724faa43b3acdef1b933 to your computer and use it in GitHub Desktop.
Save cheeaun/585612f31323724faa43b3acdef1b933 to your computer and use it in GitHub Desktop.
youtube-dl download specifc format
  1. youtube-dl -F VIDEO_ID - shows a list of formats available with codes in the first column
  2. youtube-dl -f FORMAT_CODE VIDEO_ID - specify the format code and download the exact format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment