Skip to content

Instantly share code, notes, and snippets.

@cheeaun
Last active June 8, 2021 03:43
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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