tmdb_trailer

Installation

Install mongoDB - www.mongodb.org/

gem install tmdb_trailer

Examples

require 'tmdb_trailer'
countries = ["us","br","jp","es"]
countries.each do |country|
  trailer = TMDB::Trailer.new(country,"production")
  trailer.populate
  progress = trailer.report
  puts progress
end

Contributing to tmdb_trailer

Copyright © 2011 redgetan. See LICENSE.txt for further details.