Skip to content

Instantly share code, notes, and snippets.

@dwblair
Created September 22, 2020 00:36
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 dwblair/7acc6319a49cb78e837ef21307f3635c to your computer and use it in GitHub Desktop.
Save dwblair/7acc6319a49cb78e837ef21307f3635c to your computer and use it in GitHub Desktop.
#!/bin/bash
# command line argument is the URL of the youtube vid
youtube-dl -x --audio-format mp3 $1
@dwblair
Copy link
Author

dwblair commented Sep 22, 2020

Installation instructions for youtube-dl are here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment