Skip to content

Instantly share code, notes, and snippets.

@bousqi
Created March 14, 2020 20:48
Show Gist options
  • Save bousqi/6bc18275a4510a3e008ffcedf20f19b6 to your computer and use it in GitHub Desktop.
Save bousqi/6bc18275a4510a3e008ffcedf20f19b6 to your computer and use it in GitHub Desktop.
Useful commands using youtube-dl
# retreive available formart
youtube-dl $URL -F
# download best format
youtube-dl $URL -f best
# download specific video and audio + merge
youtube-dl $URL -f 137+140 --merge-output-format mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment