Advertisement
Guest User

Untitled

a guest
May 28th, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2.  
  3.     $html = file_get_contents("https://www.instagram.com/instagram/");
  4.     preg_match('/<a class="_ng0lj" ([^>]+)>(.+?)<\/a>/', $html, $matches);
  5.    
  6.     $bio_link = $matches[0];
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement