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.
Download audio directly via SDK #25057
Comments
|
Read FAQ on format selection. |
|
I tried the following code, but I'm unable to play it on iTunes, nor uses utilities like
I tried using
|
Checklist
Question
WRITE QUESTION HERE
Is there a way to download only the audio corresponding to a youtube link via the SDK? I currently use the following code to download the video file and then use other converters to convert them to audio. I couldn't find a way in the source code to directly download in audio form.
I tried putting in
'format': 'mp3'but it doesn't work.