hmerritt / php-imdb-api

PHP IMDB-API that can fetch film data and search results
Apache License 2.0
59 stars 22 forks source link

Patch item matches for the new IMDB site design #7

Closed hmerritt closed 3 years ago

hmerritt commented 3 years ago

Patch strategy

The new IMDB site seems to be on a canary rollout - this means the old site is still active and has not been replaced fully yet.

To resolve this, I have 'patched' the pattern matches to detect BOTH the old and the new site.

Pattern Matching Fixes

Fixes

Fixes #6