From 5fe94e69935b2ac2489a36b46d012915dce6f305 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 20 May 2011 15:52:39 +0000 Subject: [PATCH] Update the blip.tv regex. props blepoxp, fixes #17495. git-svn-id: https://develop.svn.wordpress.org/trunk@17978 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/class-oembed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-oembed.php b/wp-includes/class-oembed.php index 6de7ee928b..c7c241affe 100644 --- a/wp-includes/class-oembed.php +++ b/wp-includes/class-oembed.php @@ -32,7 +32,7 @@ class WP_oEmbed { $this->providers = apply_filters( 'oembed_providers', array( '#http://(www\.)?youtube.com/watch.*#i' => array( 'http://www.youtube.com/oembed', true ), 'http://youtu.be/*' => array( 'http://www.youtube.com/oembed', false ), - 'http://blip.tv/file/*' => array( 'http://blip.tv/oembed/', false ), + 'http://blip.tv/*' => array( 'http://blip.tv/oembed/', false ), '#http://(www\.)?vimeo\.com/.*#i' => array( 'http://www.vimeo.com/api/oembed.{format}', true ), '#http://(www\.)?dailymotion\.com/.*#i' => array( 'http://www.dailymotion.com/api/oembed', true ), '#http://(www\.)?flickr\.com/.*#i' => array( 'http://www.flickr.com/services/oembed/', true ),