-
-
Save trungpv1601/23fec44e684c9b889c6ea66be8d794fc 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" | |
youtube-dl --extract-audio --audio-format mp3 --audio-quality 0 URL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment