public
Description: Imdb library to get movie meta from IMDB.com, since they're too cool to give us an API
Homepage:
Clone URL: git://github.com/maddox/imdb.git
imdb /
name age message
file .gitignore Fri Oct 09 21:08:04 -0700 2009 gemify this mother [maddox]
file LICENSE Fri Oct 09 21:08:04 -0700 2009 gemify this mother [maddox]
file README.textile Fri Oct 09 21:08:04 -0700 2009 gemify this mother [maddox]
file Rakefile Fri Oct 09 21:18:01 -0700 2009 changed gem name [maddox]
file VERSION Tue Nov 03 11:27:33 -0800 2009 Version bump to 0.5.1 [maddox]
file imdb_og.gemspec Tue Nov 03 11:28:58 -0800 2009 new gem [maddox]
directory lib/ Tue Nov 03 11:27:14 -0800 2009 added searching with hash results [maddox]
directory test/ Tue Nov 03 11:27:14 -0800 2009 added searching with hash results [maddox]
README.textile

IMDB!

What?

A simple ruby library to scrape IMDB

How?

	
movie = Imdb.find_movie_by_id('tt1099212')
movie.title
</code>
=> "Twilight"

It does more of course, just look at the source.

Installation

gem install imdb

gem hosted on Gemcutter