Sha256: f059c9257beb7036f5beb4b983781682c316d70651338f5284adbe0d43b24803

Contents?: true

Size: 1013 Bytes

Versions: 4

Compression:

Stored size: 1013 Bytes

Contents

# film_snob

[![Build Status](https://travis-ci.org/maxjacobson/film_snob.svg?branch=master)](https://travis-ci.org/maxjacobson/film_snob)
[![Gem Version](https://badge.fury.io/rb/film_snob.svg)](http://badge.fury.io/rb/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

4 entries across 4 versions & 1 rubygems

Version Path
film_snob-0.2.0 README.md
film_snob-0.1.4 README.md
film_snob-0.1.3 README.md
film_snob-0.1.2 README.md