From b061c303ba74fe36a776c1debf1fdd739923f458 Mon Sep 17 00:00:00 2001 From: Tufayel Ahmed <39314838+TufayelLUS@users.noreply.github.com> Date: Mon, 13 Apr 2020 11:00:58 +0600 Subject: [PATCH] Update index.php --- index.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index ad6837a..5fc9704 100644 --- a/index.php +++ b/index.php @@ -79,7 +79,7 @@ function getContent($url) if (count($check) > 1){ $contentURL = explode("\"",$check[1])[0]; $thumb = explode("\"",explode("\"thumbnailUrl\":[\"", $resp)[1])[0]; - $username = explode("/",explode("@", $url)[1])[0]; + $username = explode("/",explode("@",explode("\"",explode("\"url\":\"", $resp)[1])[0])[1])[0]; ?>
@@ -109,5 +109,16 @@ function getContent($url)  
Developed by tufayel.rocks Copyright ©
+