Trailers - a Ruby gem engineered to find movie trailers for you.

Currently it relies on the public API offered by TrailerAddict

It's really simple to use:

require 'rubygems'
require 'trailers'

movie_trailer = Trailers::TrailerAddict.get_embed_code_for("Saw vii")

Special thanks to Aaron Gough for his original idea.


TODO:

  • Include more trailers sites
  • Allow the user to choose between Flash or HTML5 videos

Enjoy