FabianBeiner / PHP-IMDB-Grabber

This PHP library enables you to scrape data from IMDB.com.
MIT License
270 stars 160 forks source link

The functions getAkas and getReleaseDates does not return any data #132

Closed santajrr closed 3 years ago

santajrr commented 4 years ago

When calling the functions getAkas or getReleaseDates for e.g. "The Shamer's Daughter" (tt3022458), no data is returned even though there are several akas and release dates for the before mentioned title.

Cyclonecode commented 4 years ago

This works just fine for me, I get the following data returned:

getAkas() => "Dcera čarodějky (Czech Republic) | Skämmerskans dotter (Sweden) | The Shamer's Daughter (World-wide, English title) | The Shamer (France) | Die Hüterin der Wahrheit - Dinas Bestimmung (Germany)" getReleaseDates() => "26 Mar 2015 (Denmark)"

bla0r commented 3 years ago

@santajrr i fixed it. You can check it at Pull Requests! #134

FabianBeiner commented 3 years ago

Thanks for the fix, @bla0r!