Created
May 25, 2020 01:59
-
-
Save walchko/5f07b0aca8741708190feba6da2ad9ae to your computer and use it in GitHub Desktop.
Download music from youtube
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 | |
youtube-dl -x --embed-thumbnail --add-metadata --audio-format m4a $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment