Class: VideoParser::YouKu
- Defined in:
- lib/video_parser/youku.rb
Constant Summary collapse
- VideoHost =
"v.youku.com"
Instance Attribute Summary
Attributes inherited from VideoSite
Class Method Summary collapse
Methods inherited from VideoSite
Methods included from GateWay
Constructor Details
This class inherits a constructor from VideoParser::VideoSite
Class Method Details
.embed_html(video_src) ⇒ Object
7 8 9 10 11 |
# File 'lib/video_parser/youku.rb', line 7 def self.(video_src) <<-EMBED <embed src='#{video_src}' quality='high' width='480' height='400' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash'></embed> EMBED end |