0) { header('HTTP/1.0 500 Internal Server Error'); header('Content-Type: text/plain'); echo "Error fetching video data\n"; exit(1); } header('HTTP/1.0 200 OK'); header('Content-Type: application/json'); echo implode("\n", $output) . "\n"; ?>