2013-02-05 14:16:51 -05:00
|
|
|
require_dependency 'oneboxer/oembed_onebox'
|
|
|
|
|
|
|
|
module Oneboxer
|
|
|
|
class ClikthroughOnebox < OembedOnebox
|
|
|
|
|
2013-02-19 01:49:58 -05:00
|
|
|
matcher /^https?:\/\/(?:www\.)?clikthrough\.com\/theater\/video\/\d+$/
|
2013-02-05 14:16:51 -05:00
|
|
|
|
|
|
|
def oembed_endpoint
|
|
|
|
"http://clikthrough.com/services/oembed?url=#{BaseOnebox.uriencode(@url)}"
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
end
|