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 TwitVid #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://www.twitvid.com/Q41DB

Original issue reported on code.google.com by jhi...@gmail.com on 8 Sep 2010 at 5:38

GoogleCodeExporter commented 8 years ago
Working stub below:

  array(
    'title' => 'TwitVid',
    'website' => 'http://www.twitvid.com',
    'url-match' => 'http://(?:www\.)?twitvid\.com/([a-z0-9]{1,6})',
    'embed-src' => 'http://www.twitvid.com/player/$2',
    'embed-width' => '425',
    'embed-height' => '344',
    'image-src' => 'http://images.twitvid.com/$2.jpg',
  ),

Original comment by jhi...@gmail.com on 8 Sep 2010 at 6:02

GoogleCodeExporter commented 8 years ago
Crap.  I see this was already added in 1.7.

I should have updated first.. :)

Original comment by jhi...@gmail.com on 8 Sep 2010 at 6:03