Created
September 22, 2020 00:36
-
-
Save dwblair/7acc6319a49cb78e837ef21307f3635c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# command line argument is the URL of the youtube vid | |
youtube-dl -x --audio-format mp3 $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installation instructions for youtube-dl are here.