From e2240cd82f7b9c030b99e04e8480ccb3f754d8c1 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 22 May 2014 23:16:11 +0000 Subject: [PATCH] Viddler has had a new oEmbed endpoint for at least 10 months. Let us update to it. Props garhdez. Fixes #24296. git-svn-id: https://develop.svn.wordpress.org/trunk@28556 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-oembed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-oembed.php b/src/wp-includes/class-oembed.php index 9d9de56baa..9d886fa781 100644 --- a/src/wp-includes/class-oembed.php +++ b/src/wp-includes/class-oembed.php @@ -39,7 +39,7 @@ class WP_oEmbed { 'http://flic.kr/*' => array( 'http://www.flickr.com/services/oembed/', false ), '#https?://(.+\.)?smugmug\.com/.*#i' => array( 'http://api.smugmug.com/services/oembed/', true ), '#https?://(www\.)?hulu\.com/watch/.*#i' => array( 'http://www.hulu.com/api/oembed.{format}', true ), - '#https?://(www\.)?viddler\.com/.*#i' => array( 'http://lab.viddler.com/services/oembed/', true ), + '#https?://(www\.)?viddler\.com/.*#i' => array( 'http://www.viddler.com/oembed/', true ), 'http://revision3.com/*' => array( 'http://revision3.com/api/oembed/', false ), 'http://i*.photobucket.com/albums/*' => array( 'http://photobucket.com/oembed', false ), 'http://gi*.photobucket.com/groups/*' => array( 'http://photobucket.com/oembed', false ),