Last active
August 11, 2017 19:33
-
-
Save xbalaji/2607ea2747978e1526899896af116df4 to your computer and use it in GitHub Desktop.
youtube download audio
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
Install youtube download from https://rg3.github.io/youtube-dl/download.html | |
Install ffmpeg on your system | |
youtube-dl --extract-audio --audio-format mp3 -f bestaudio <youtube-url> | |
sometimes file names are too long.. use | |
youtube-dl --extract-audio --audio-format mp3 -f bestaudio 'https://www.youtube.com/watch?v=owJojkB3MHk' -o "sivaji_sad_songs2.%(ext)s" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment