citcit / autoembed

Automatically exported from code.google.com/p/autoembed
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Support for 13gb.com? #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Possible?

http://13gb.com/videos/3953/

Original issue reported on code.google.com by jhi...@gmail.com on 10 Feb 2009 at 11:03

GoogleCodeExporter commented 8 years ago

Original comment by phpu...@gmail.com on 12 Feb 2009 at 2:21

GoogleCodeExporter commented 8 years ago
Not possible w/out API change... uses "data" object attribute which will not 
work if
you use the "movie" object param...

Others are like this but there aren't that many...

Original comment by phpu...@gmail.com on 12 Feb 2009 at 5:39

GoogleCodeExporter commented 8 years ago
almost working stub...

  array(
    'title' => '13gb',
    'website' => 'http://www.13gb.com',
    'url-match' => 'http://(?:www\.)?13gb\.com/videos/[0-9]{1,6}/',
    'fetch-match' =>
'flashvars:"file=/media/video/([a-z0-9]{1,32}/[a-z0-9\-_]{2,40}\.flv)',
    'embed-src' => 'http://13gb.com/media/13gb_flvplayer.swf',
    'embed-width' => '420',
    'embed-height' => '370',
    'flashvars' =>
'file=http://13gb.com/media/video/$2&repeat=false&autostart=true&bufferlength=5&
lightcolor=0xcccccc&backcolor=0xcccccc&frontcolor=0x656565&',
  ),

Original comment by phpu...@gmail.com on 13 Feb 2009 at 9:01