Last active
September 21, 2017 07:59
-
-
Save rugbyprof/cbf245f10056d2bf0090 to your computer and use it in GitHub Desktop.
youtube dl as mp3
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 --extract-audio --audio-format mp3 <video URL> | |
youtube-dl -i "<Youtube URL>" -o "%(title)s.%(ext)s" --extract-audio --audio-format "mp3" --audio-quality "192k" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment