I suspect there is a styling update on the imdb fullcredits page.
$config = new \Imdb\Config();
$title = new \Imdb\Title('ttxxxx', $config);
$title->cast()
This causes these function(cast(), director(), writter()...) to fail(return empty), unable to fetch casts and crews.
imdbphp version : 8.3
I suspect there is a styling update on the imdb fullcredits page.
This causes these function(cast(), director(), writter()...) to fail(return empty), unable to fetch casts and crews.
imdbphp version : 8.3