public
Description: library for retrieving trailer movies
Homepage:
Clone URL: git://github.com/mschrag/trailers.git
name age message
file README Loading commit data...
file trailers.rb
directory trailers/
README
trailers is a library that returns trailer videos given a movie name

require 'trailers'

source = SmartTrailerSource.new
trailer = source.find_by_name(ARGV[0])
puts "#{trailer.url}, #{trailer.source}" if trailer