Sha256: cdac7eb801aa0b0fa3efa16066875879fb88e03c2729017854643d68a484a3d0
Contents?: true
Size: 794 Bytes
Versions: 2
Compression:
Stored size: 794 Bytes
Contents
# film_snob Helps parse URLs of web videos. ## Installation Add this line to your application's Gemfile: gem 'film_snob' And then execute: $ bundle Or install it yourself as: $ gem install film_snob ## Usage ```ruby snob = FilmSnob.new("https://www.youtube.com/watch?v=GwT3zH16w3s") snob.watchable? #=> true snob.site #=> :youtube snob.id #=> 'GwT3zH16w3s' ``` ## Supported video providers * YouTube * Vimeo * Hulu ## Testing Run `rake` to run all of the rspecs. ## Contributing 1. Fork it ( https://github.com/maxjacobson/film_snob/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
film_snob-0.1.1 | README.md |
film_snob-0.1.0 | README.md |