From 9493bcfa74e608bcafdb1eecff71956a9c44b936 Mon Sep 17 00:00:00 2001
From: Danny de Haan <danny@frankwatching.com>
Date: Tue, 10 Jul 2018 11:09:02 +0200
Subject: [PATCH] 44557 - Support for Instagram TV
---
src/wp-includes/class-oembed.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/wp-includes/class-oembed.php b/src/wp-includes/class-oembed.php
index e935a8d807..3485fc0c73 100644
|
a
|
b
|
class WP_oEmbed {
|
| 76 | 76 | '#https?://(www\.)?soundcloud\.com/.*#i' => array( 'https://soundcloud.com/oembed', true ), |
| 77 | 77 | '#https?://(.+?\.)?slideshare\.net/.*#i' => array( 'https://www.slideshare.net/api/oembed/2', true ), |
| 78 | 78 | '#https?://(www\.)?instagr(\.am|am\.com)/p/.*#i' => array( 'https://api.instagram.com/oembed', true ), |
| | 79 | '#https?://(www\.)?instagr(\.am|am\.com)/tv/.*#i' => array( 'https://api.instagram.com/oembed', true ), |
| 79 | 80 | '#https?://(open|play)\.spotify\.com/.*#i' => array( 'https://embed.spotify.com/oembed/', true ), |
| 80 | 81 | '#https?://(.+\.)?imgur\.com/.*#i' => array( 'https://api.imgur.com/oembed', true ), |
| 81 | 82 | '#https?://(www\.)?meetu(\.ps|p\.com)/.*#i' => array( 'https://api.meetup.com/oembed', true ), |