Classes & files to aid PHP connections to the YouTube API for direct uploads and such.
This is in no way complete and is currently a work in progress.
-
putVideo
bool putVideo($path, $title, Array $extra = NULL)
-
removeVideo
bool removeVideo($id)
-
modifyVideo
bool modifyVideo($id, $key, $value = '')
-
addVideoToPlaylist
bool addVideoToPlaylist($id, $playlistID)
-
removeVideoFromPlaylist
bool removeVideoFromPlaylist($id, $playlistID)
-
getVideosInPlaylist
array getVideosInPlaylist($playlistID)
-
getLastError
string getLastError()