public
Description: A simple Ruby interface for Revver's api
Homepage: http://github.com/chalkers/revver4r/
Clone URL: git://github.com/chalkers/revver4r.git
Click here to lend your support to: revver4r and make a donation at www.pledgie.com !
chalkers (author)
Mon Nov 24 02:47:02 -0800 2008
commit  fa4bc6aa7aff85f2cd89017d03df74fd14e5e5d9
tree    e666981e452b87504da13ac834c8c19d4152eda2
parent  85362fb4f659b3e9b62e3c1a03962ff400beccd8
name age message
file .gitignore Thu Nov 20 15:11:47 -0800 2008 Initial release. No tests. Incomplete documenta... [chalkers]
file CHANGELOG Thu Nov 20 08:09:14 -0800 2008 Adding plugin and gemspec support [chalkers]
file README.rdoc Mon Nov 24 02:47:02 -0800 2008 Changed doc [chalkers]
file Rakefile Mon Nov 24 02:44:38 -0800 2008 Fixed GemSpec [chalkers]
file Revver4R.gemspec Mon Nov 24 02:47:02 -0800 2008 Changed doc [chalkers]
file init.rb Thu Nov 20 08:09:14 -0800 2008 Adding plugin and gemspec support [chalkers]
directory lib/ Mon Nov 24 02:44:38 -0800 2008 Fixed GemSpec [chalkers]
README.rdoc

Revver4R

Revver4R is a simple Ruby interface for Revver’s api.

Install

  gem install chalkers-Revver4R --source http://gems.github.com

Usage

Here’s how to pull 1 quicktime video with the tag ruby

  require 'Revver4R'
  video_search = Revver4R::VideoSearch.new("qt","tag","ruby",{"limit" => 1})
  videos = video_search.search
  videos.each do |video|
    puts video.to_yaml
  end

For more information at developer.revver.com/feeds/mrss

License

THE MIT LICENSE

Copyright © 2008 Andrew Chalkley

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

creativecommons.org/licenses/MIT/