Created
May 28, 2020 22:19
-
-
Save thiagoeh/93ba5c7eb90128b167b99502e9012346 to your computer and use it in GitHub Desktop.
Getting audio from an youtube video
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
| # https://askubuntu.com/questions/634584/how-to-download-youtube-videos-as-a-best-quality-audio-mp3-using-youtube-dl | |
| youtube-dl -f bestaudio --extract-audio --audio-format mp3 --audio-quality 5 <URL> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment