You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I solved changing the line 154 in InstagramTransformPass::getShortcodeAndUrl function to this new regular expression:
preg_match('&(*UTF8)instagram.com/(p|tv)/([^/]+)/?&i', $href, $matches). This library support only posts (/p/). You can add /tv/ for IGTV
Instagram TV posts are not parsed correctly
For example:
https://www.instagram.com/tv/B4SQ6qAn1IS
The text was updated successfully, but these errors were encountered: