Posts Tagged ‘music

Here’s a nifty little script that will take a YouTube URL as an argument, pull down the associated flv and convert it into mp3 format. It’s basically all shell but I wrapped it with php.
First:
Take the YouTube URL as an argument
$url = $argv[1];


Recent Posts