Created
February 28, 2022 04:39
-
-
Save kerus1024/1aed66260a280150418b1addba4b2035 to your computer and use it in GitHub Desktop.
get mp3 music via youtube-dl
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 -f bestaudio -x --audio-format mp3 --audio-quality 0 $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment