Created
September 23, 2017 13:35
-
-
Save scholtzm/466209b0759d1213d4b03ae17acc91bf to your computer and use it in GitHub Desktop.
[Download best audio from YouTube and convert to mp3] #youtube #audio #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
youtube-dl -f bestaudio "<YOUTUBE VIDEO URL>" --exec "ffmpeg -i {} -codec:a libmp3lame -qscale:a 0 {}.mp3 && rm {}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment