module Onebox module Engine class VideoOnebox include Engine matches_regexp /^https?:\/\/.*\.(mov|mp4)$/ def to_html "" end end end end