get dl link with http://bashtech.net/twitch/download.php
wget <vodlink>
ffmpeg -i <vodname>.flv -vn -acodec copy <output>.m4a
sudo cp <output>.m4a /var/www/
just ran this on my linux server through ssh
you should be able to extract the audio on a PC using http://yamb.unite-video.com/download.html but that involves downloading the video and then uploading the audio
get dl link with http://bashtech.net/twitch/download.php
[code]wget <vodlink>
ffmpeg -i <vodname>.flv -vn -acodec copy <output>.m4a
sudo cp <output>.m4a /var/www/[/code]
just ran this on my linux server through ssh
you should be able to extract the audio on a PC using http://yamb.unite-video.com/download.html but that involves downloading the video and then uploading the audio