Просмотр поста

.
Eternal
# Gabriel (30.03.2018 / 20:29)
This youtube to mp3 for johncms 7.0.1
live demo
If you like this file for johncms 7.0.1
Why are you hiding it?

$ytresponse = @file_get_contents("https://www.youtube.com/oembed?url=http%3A//youtube.com/watch%3Fv%3D$id&format=json");
$ytinfo = array();
$ytinfo = json_decode($ytresponse, true);
$type = $ytinfo['type'];