Skip to content

Instantly share code, notes, and snippets.

@agalea91
Created May 29, 2022 16:21
Show Gist options
  • Save agalea91/50773eda852214905c6d2f5deeb6d285 to your computer and use it in GitHub Desktop.
Save agalea91/50773eda852214905c6d2f5deeb6d285 to your computer and use it in GitHub Desktop.
youtube-dl download best quality video & audio
# Usage:
# ./youtube_dl_best_video_audio.sh 'https://www.youtube.com/watch?v=8pp3cP_VvjY'
youtube-dl -f bestvideo+bestaudio -k $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment