Suppose you want the audio track from a YouTube video.
This is how you do that.
Linux command to download a flv YouTube video
youtube-dl http://YOUTUBE.URL.FROM.BROWSER.ADDRESSLINENow rip the audio from the flv file
mplayer -dumpaudio file.flv -dumpfile file.mp3Damn...I like Linux :)