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 ©
+