tboothman / imdbphp

PHP library for retrieving film and tv information from IMDb
247 stars 84 forks source link

get_episode_details() not working anymore #301

Open paxter opened 1 year ago

paxter commented 1 year ago

Examples

https://www.imdb.com/title/tt1107123/

$imdbObj = new \Imdb\Title(1107123);
print_r($imdbObj->get_episode_details());

Result: Array ( )


https://www.imdb.com/title/tt6674694/

$imdbObj = new \Imdb\Title(6674694);
print_r($imdbObj->get_episode_details());

Result: Array ( )

paxter commented 1 year ago

Could be related to new localizations by IMDb. I noticed the german translation Fernsehepisode for TV Episode in IMDb data.