I need convert youtube video to mp3 using Quick MP3 API.
http://www.quick-mp3.com/api/v1/docs/
my code example is :
<?php
$url="http://www.youtube.com/watch?v=qpgTC9MDx1o";
// i need to fetch video informations and get mp3 download link
?>
Thank you.
try this code : don't forgot to include quick_func.php in your php code
you need to transform your full youtube url to video ID :
Enjoy ;)