tboothman / imdbphp

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

Title::get_episode_details() is unreliable #236

Closed tboothman closed 3 years ago

tboothman commented 3 years ago

imdbid and seriestitle seem to returning the wrong values on occasion.

See https://app.travis-ci.com/github/tboothman/imdbphp/jobs/522246888

It's almost definitely because of $this->XmlNextJson()->xpath("//series/series/titleText/parent::*/parent::*") and how it's picking out data from that huge lump of json

tboothman commented 3 years ago

Fixed in 922fbf9