Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How to extract audio only using YoutubeDL class? #5984
Comments
|
I've just answered you on stackoverflow. |
|
Closing since it seems that it's solved in stack overflow. |
I want to simply extract the audio in MP3 format from youtube links, but I can't figure out how to do this without calling youtube-dl from the command line with the
--extract-audiooption. Is there a way to do this within theYoutubeDLclass similar to examples given here?Here's what I have so far, but it still creates an mp4 file.