tboothman / imdbphp

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

IMDB title not working. #144

Closed alr2413 closed 6 years ago

alr2413 commented 6 years ago

Hi, It seems that IMDB title attribute is not working anymore! Please fix it. Thanks.

tboothman commented 6 years ago

Looks fine to me. Tests pass. If you're not on v6.0.4 or master there's no guarantee anything will work - this library follows site changes on imdb. If you're up to date then I'll need much more information from you: Which title doesn't work? (all of them?) What does 'not working' mean? Do any other methods work?

alr2413 commented 6 years ago

Sorry I made a mistake. As you mentioned I checked everything and found out that by replacing "orig_title" with "title" attribute my problem has been solved. Thanks for your quick response. :)