youtube_api
// Build an XML string with the correct video meta-data$xml_string = youtube_api_create_xml('xml_tester', $xml);// Use the YouTube API module to perform the video upload$result = youtube_api_video_upload($xml_string, $node->files['upload_0']->filepath, $node->files['upload_0']->filename);
jhartmann@mybox:~$ php VerificationChecker.php== Ran PHP Verification using CLI ==PHP Extension Errors -- No errors foundZend Framework Installation Errors -- No errors foundSSL Capabilities Errors -- No errors foundYouTube API Connectivity Errors -- No errors found
$myVideoEntry->setVideoTitle('My Test Movie');$myVideoEntry->setVideoDescription('My Test Movie');$myVideoEntry->setVideoCategory('Comedy');$myVideoEntry->SetVideoTags('cars, funny');