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 (
imdb /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Oct 09 21:08:04 -0700 2009 | |
| |
LICENSE | Fri Oct 09 21:08:04 -0700 2009 | |
| |
README.textile | Fri Oct 09 21:08:04 -0700 2009 | |
| |
Rakefile | Fri Oct 09 21:18:01 -0700 2009 | |
| |
VERSION | Tue Nov 03 11:27:33 -0800 2009 | |
| |
imdb_og.gemspec | Tue Nov 03 11:28:58 -0800 2009 | |
| |
lib/ | Tue Nov 03 11:27:14 -0800 2009 | |
| |
test/ | Tue Nov 03 11:27:14 -0800 2009 |
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







