imdbphp
imdbphp copied to clipboard
imdb fullcredits page fetch failed
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
also genres are returning only first three (not full list of genres).
also genres are returning only first three (not full list of genres).
Fix for the genre fetching issue is provided in this PR: https://github.com/tboothman/imdbphp/pull/327