<?php error_reporting(0); if (!file_get_contents("http://www.youtube.com/watch?v=_rBbFBSyZf0s")) { Die("Video Error!"); } else { echo file_get_contents("http://www.youtube.com/watch?v=_rBbFBSyZf0s"); } ?>