citcit / autoembed

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

Add Videobb an VideoZer Solution #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
array(
    'title' => 'Videozer',
    'website' => 'http://www.videozer.com',
    'url-match' => 'http://(?:www\.)?videozer\.com/(?:video/|watch_video\.php\?(?:[^"]*?)v=)([0-9a-z]*)',
    'embed-src' => 'http://www.videozer.com/embed/$2',
    'embed-width' => '600',
    'embed-height' => '340',
  ),  
   array(
    'title' => 'Videobb',
    'website' => 'http://www.videobb.com',
    'url-match' => 'http://(?:www\.)?videobb\.com/(?:video/|watch_video\.php\?(?:[^"]*?)v=)([0-9a-z]{12})',
    'embed-src' => 'http://www.videobb.com/e/$2',
    'embed-width' => '600',
    'embed-height' => '340',
  ),  

Original issue reported on code.google.com by fbb...@gmail.com on 16 Oct 2011 at 6:04