tboothman / imdbphp

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

Extensive changes and troubleshooting for compatibility with the new version of the template #224

Closed mam4dali closed 3 years ago

mam4dali commented 3 years ago

1- add new method for __NEXT_DATA__ 2- Fix a problem that shows only 3 genres (and add test for this) 3- more fix with new tamplate

Explain only 3 genres problem: sample: https://www.imdb.com/title/tt1375666/

old result: array (size=3) 0 => string 'Action' 1 => string 'Adventure' 2 => string 'Sci-Fi'

new result: array (size=4) 0 => string 'Action' 1 => string 'Adventure' 2 => string 'Sci-Fi' 3 => string 'Thriller'

mam4dali commented 3 years ago

jsonLD only show 3 result

mam4dali commented 3 years ago

@tboothman I fixed all the problems and now it is ready to integrate :)