Warning: file_get_contents(https://youtube.com/get_video_info?video_id=4jFAbiSTOes): failed to open stream: HTTP request failed! HTTP/1.0 429 Too Many Requests in
$param = "4jFAbiSTOes";
$id =$param;
$content = file_get_contents("https://youtube.com/get_video_info?video_id=".$id);
parse_str($content, $ytarr);
var_dump(json_decode($ytarr["player_response"]));