Skip to content

Instantly share code, notes, and snippets.

@pawiromitchel
Last active January 20, 2021 10:09
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 pawiromitchel/5e73b5c8784c7ad14ca06a78d422fa00 to your computer and use it in GitHub Desktop.
Save pawiromitchel/5e73b5c8784c7ad14ca06a78d422fa00 to your computer and use it in GitHub Desktop.
youtube-dl scripts
youtube-dl -f bestaudio --extract-audio --output "~/Downloads/%(title)s.%(ext)s" --audio-quality 0 --audio-format mp3 $1
youtube-dl --output "~/Downloads/%(title)s.%(ext)s" $1
# https://github.com/ytdl-org/youtube-dl/
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment