Does Any one know how to convert a Youtube video into an mp3 file. The solution needs to be in python.
let me give more details is there a module or way to extract the embedded video that is in the youtube webpage?
Does Any one know how to convert a Youtube video into an mp3 file.
Share
Looks like this script will do it: http://code.google.com/p/pymp/
Edit: Probably not what you’re looking for, assuming you wanted a non-graphical script that ran in the background of one of your programs.