Lullabot / amp-library

Convert HTML to AMP HTML and report HTML compliance with the AMP HTML specification
Other
381 stars 178 forks source link

Convert from Instagram TV post #279

Open avhgaray opened 4 years ago

avhgaray commented 4 years ago

Instagram TV posts are not parsed correctly

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

oreyne commented 3 years ago

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