I had to update youtube-dl but it worked. Took too long though 20 mins for a 4 mins song 😂 but then I realised I downloaded the whole 400MB video. Now have to learn how to download just the audio :)
´´´
youtube-dl -x <url>
-x, --extract-audio Convert video files to audio-only files (requires ffmpeg or avconv and ffprobe or avprobe)
or with avconv
avconv -i <file> -an -y solovideo.mp4
avconv -i <file> -vn -y soloaudio.mp3
Thanks I use youtube-dl -x --audio-format mp3 <url> :)
youtube-dl -x --audio-format mp3 <url>
I had to update youtube-dl but it worked. Took too long though 20 mins for a 4 mins song 😂 but then I realised I downloaded the whole 400MB video. Now have to learn how to download just the audio :)
´´´
youtube-dl -x <url>
-x, --extract-audio Convert video files to audio-only files (requires ffmpeg or avconv and ffprobe or avprobe)
or with avconv
avconv -i <file> -an -y solovideo.mp4
´´´
avconv -i <file> -vn -y soloaudio.mp3
Thanks I use
youtube-dl -x --audio-format mp3 <url>:)