oguzhanss adlı üyeden alıntı: mesajı görüntüle
<?php

require 'class.php';



$data = file_get_html("https://instagram.com/nike/");
$kapak =  $data->find('img._aadp');
foreach($kapak as $newimage) {
echo $thumb= $newimage->$property;
}

 ?>
hiçbirşey döndürmedi hocam
$kapak = $html->find('img._aa8j');
bunu deneyin