sanırım cinemaximumdan çekmek istiyorsunuz.
function file_get_contents_utf8($fn) {
$content = file_get_contents($fn);
return mb_convert_encoding($content, 'UTF-8', mb_detect_encoding($content, 'UTF-8, ISO-8859-9', true));
}
$page = file_get_contents_utf8("https://www.cinemaximum.com.tr/bayi-toplantisi-filmi");
@$doc = new DOMDocument();
@$doc->loadHTML($page);
$xpath = new DomXPath($doc);
$nodeList = $xpath->query("//div[@class='movie-credit']");
echo($nodeList->item(0)->textContent);
?>

youtubeda kaynak bulabilirsiniz