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 should I download and get an m4a audio file from youtube video ? #26050
Comments
|
managed to get it to work by removing the postprocessor hook
|
Question
How can I download a youtube video to extract an audio to m4a container ?
I have written this python code
I tried to download m4a with quality 192
ydla https://www.youtube.com/watch?v=KkvSkWYobHk --format m4aI am getting this error
I am not sure if I can add strict through ydl object ! or if my options are incorrect.
Thanks
san