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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Shane, I''ve just tried to install this & received this error. C:\rails\test\trunk>gem install youtube ERROR: While executing gem ... (OpenURI::HTTPError) 404 Not Found looks like a lot of fun though. Shane Vitarana wrote:> 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-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 On 2/13/07, Matt Stone <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > Hi Shane, > > I''ve just tried to install this & received this error. > > C:\rails\test\trunk>gem install youtube > ERROR: While executing gem ... (OpenURI::HTTPError) > 404 Not Found > > looks like a lot of fun though. > > Shane Vitarana wrote: > > 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 > > > -- > Posted via http://www.ruby-forum.com/. > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---