Download youtube playlist to ogg

how can I download a playlist to ogg?

youtube-dl --extract-audio --audio-format mp3 <url to playlist>

I'm trying:

youtube-dl --extract-audio --audio-format ogg <url to playlist>

Error:

youtube-dl: error: invalid audio format specified

1 Answer

Simple, use vorbis instead of ogg in your command

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like