Skip to content

Instantly share code, notes, and snippets.

@alptugan
Last active April 23, 2020 19:23
Show Gist options
  • Save alptugan/bb21486eeb3c160ae1092aa56a10d21a to your computer and use it in GitHub Desktop.
Save alptugan/bb21486eeb3c160ae1092aa56a10d21a to your computer and use it in GitHub Desktop.
youtube-dl --extract-audio --audio-format mp3 [video link]
# best audio with best video
youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio' --merge-output-format mp4 'PASTE_YOUTUBE_URL'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment