Ruby YouTube Library 0.8.5 Released

This library has been discussed here before, but I just realized that I never did an official announcement to the group. It is basically a Ruby wrapper around YouTube’s REST API, and currently implements all the available methods. It also includes a convenience method to easily embed a video in a Rails view.

Install with ‘gem install youtube’.

RubyForge home: http://rubyforge.org/projects/youtube/ Rdoc: http://youtube.shanesbrain.net/

Blog posts: http://shanesbrain.net/articles/2007/02/12/more-youtube-library-goodness http://shanesbrain.net/articles/2006/11/21/ruby_youtube_library_0_8_0_released http://shanesbrain.net/articles/2006/09/28/a-ruby-interface-to-the-youtube-api

Enjoy! Shane Vitarana

It looks like you are having trouble accessing the gem server or one of its mirrors. Give it another shot and see if it works, using:

sudo gem install youtube --include-dependencies

Shane