This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Mike Schrag (author)
Wed Jul 08 21:05:13 -0700 2009
trailers /
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
trailers.rb | ||
| |
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








