Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_episode_details() not working anymore #301

Open
paxter opened this issue Mar 21, 2023 · 1 comment
Open

get_episode_details() not working anymore #301

paxter opened this issue Mar 21, 2023 · 1 comment

Comments

@paxter
Copy link
Contributor

paxter commented Mar 21, 2023

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
Copy link
Contributor Author

paxter commented Mar 21, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant