tboothman / imdbphp

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

Akas not working anymore #150

Closed vlahde closed 6 years ago

vlahde commented 6 years ago

Just noticed that as from yesterday alsoknow() function return empty array. have installed the latest version using composer require.

guardiaopt commented 6 years ago

I have the same problem.

guardiaopt commented 6 years ago

To fix this just replace in Title.php $ak_s = strpos($page, "<a id=\"akas\""); with $ak_s = strpos($page, 'id="akas"');