Grabs movie posters
Add this line to your application's Gemfile:
gem 'can_haz_poster', github: 'RKushnir/can_haz_poster'
And then execute:
$ bundle
CanHazPoster.grab_poster('Casino Royale', 2006)
CanHazPoster.grab_poster_by_imdb('0381061')
CanHazPoster.grab_backdrops('The Matrix', 1999)
Thanks to Artur(@yozzz) for adding the backdrops grabber. Thanks to Pedro Gaspar(@pgaspar) for adding support for IMDb id.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request