module Videos
Constants
- PROVIDERS
- VERSION
Public Class Methods
factory(uri_string,options={})
click to toggle source
# File lib/videos.rb, line 16 def self.factory(uri_string,options={}) uri = Videos::URI.new(uri_string) PROVIDERS[uri.provider].new(uri,options) end