From dff5401eeb8aae3335e014d011cef69b5837295f Mon Sep 17 00:00:00 2001 From: Dominik Jansen Date: Thu, 5 Nov 2020 07:50:45 +0100 Subject: [PATCH] feat(igtv): add instagram tv url pattern resolves #357 --- src/Providers/OEmbed/Instagram.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Providers/OEmbed/Instagram.php b/src/Providers/OEmbed/Instagram.php index 8f7f8874..347d5d29 100644 --- a/src/Providers/OEmbed/Instagram.php +++ b/src/Providers/OEmbed/Instagram.php @@ -11,6 +11,7 @@ class Instagram extends EndPoint implements EndPointInterface protected static $pattern = [ 'instagram.com/p/*', 'www.instagram.com/p/*', + 'www.instagram.com/tv/*', 'instagr.am/p/*', ]; protected static $endPoint = 'https://graph.facebook.com/v8.0/instagram_oembed';