SimpsonsWorld
Link to Simpsons episodes on the simpsonsworld.com website. Using either a season and episode number or an overall episode number this gem will generate a link to the episode streaming on the Simpsons World website.
Installation
Add this line to your application's Gemfile:
gem 'simpsons_world'
And then execute:
$ bundle
Or install it yourself as:
$ gem install simpsons_world
Usage
Use the view helper to get a full url to an episode.
simpsons_world_episode_url(season: 4, episode: 12) # http://www.simpsonsworld.com/video/306386499796
simpsons_world_episode_url(episode: 71) # http://www.simpsonsworld.com/video/306386499796
See it in action at The Episode Where.
Contributing
- Fork it ( https://github.com/mcianni/simpsons_world/fork )
- 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 a new Pull Request
Disclaimer
This is not affiliated, in any way, with The Simpsons or Fox.