amp-library icon indicating copy to clipboard operation
amp-library copied to clipboard

Convert from Instagram TV post

Open avhgaray opened this issue 4 years ago • 1 comments

Instagram TV posts are not parsed correctly

For example: https://www.instagram.com/tv/B4SQ6qAn1IS

avhgaray avatar Jun 17 '20 00:06 avhgaray

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

oreyne avatar Sep 11 '20 19:09 oreyne