Thursday, March 10, 2011

Youtube to MP3

Two easy steps
  1. wget "http://www.youtube.com/watch?v=cQRytgGffV4" -qO- awk '/fmt_url_map/{gsub(/[\\"]/,"\n");print}' sed -n "/^fmt_url_map/,/videoplayback/p" sed -e :a -e '$q;N;2,$D;ba' tr -d '\n' sed -e "s/\(.*\),\(.\)\{1,3\}/\1/;s/\\\//g" wget -i - -O surprise.flv
  2. ffmpeg -i suprise.flv /mnt/hgfs/Downloads/suprise.mp3

No comments:

Post a Comment