imdbphp icon indicating copy to clipboard operation
imdbphp copied to clipboard

imdb fullcredits page fetch failed

Open 120318 opened this issue 9 months ago • 2 comments

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

120318 avatar Apr 08 '25 12:04 120318

also genres are returning only first three (not full list of genres).

AndroidHate avatar Apr 19 '25 04:04 AndroidHate

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

jetrosuni avatar Apr 19 '25 09:04 jetrosuni