Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $html = file_get_contents("https://www.instagram.com/instagram/");
- preg_match('/<a class="_ng0lj" ([^>]+)>(.+?)<\/a>/', $html, $matches);
- $bio_link = $matches[0];
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement