How would I donwload a youtube playlist and automatically convert it to mp3? what command would i use. keep in mind i am using windows cmd not linux. For instance, if i wanted to download all the videos here as audio only to my computer with youtube dl what command would i use?
1 Answer
You have to use. youtube-dl -x --audio-format mp3 [URL] or youtube-dl --extract-audio --audio-format mp3 [URL]