YouTube does not support SOAP directly so I have written a C# Wrapper Assembly that encapsulates all the YouTube API functionality into a set of .Net methods that deserializes the result sets into objects for the .Net developer...
This component interfaces with YouTube's API. The download comes with a website full of examples on how to use it. If you want to integrate it into your project copy the DLL from the bin folder and put it into your project.
I was able to build a CFC to work with all the functions defined in the API. This lets you get video information, profile information, search for videos etc.
I've gotten to a good level in my Youtube Data API. It's now ready for use, I would recommend testing it a bit before putting into a production environment, but for experimenting and toying around, works good!
I have written a GPLed Java utility for doing just this. It was originally a port of PHPTube by Michael Kamleitner, but I added some progress meter functionality beyond that, as well as changing some of the "RegEx" mechansims...
I am absolutely certain that the grand majority of you have been waiting in the wings for the latest installment of WaxJelly's now famous YouTube API class.
I created this tool because I could not find a tool that met my needs. I wanted a simple feed extraction tool that would just post up some dynamic content from YouTube. It turned into a class which is actually pretty easy to...
A few people have been asking me for this one, so I figured I’d put it up here. It’s nothing special, but I simply needed something that would allow me to get thumbnail url and video title information, using PHP4. I wrote this...
My quick hack PHPTube offers this featureset in a cleanly encapsulated PHP-class. Special interest goes to the upload-functionality, which virtually allows the integration of YouTube as a video-storage-backend into any other...
I've adapted the code to create a new PHP class that produces a decent rendering of a list of video feeds including thumbnails and other details. Enjoy.
Made to work with the new YouTube API, this script will search in YouTube, and return an array of results with all the needed information of the clips.
This is python-youtube, a client for the YouTube API written in Python. You can use it to access YouTube metadata in your applications and webapps. This implementation allows you to access the REST interface of the YouTube API.
youtube-g is a pure Ruby client for the YouTube GData API. It provides an easy way to access the latest YouTube video search results from your own programs. In comparison with the earlier Youtube search interfaces, this new API...